@@ -33,8 +33,6 @@ const porps = defineProps({
})
// 选择产品等级
function handleSelect(item) {
- console.log('item',item);
-
porps.item.levelList.forEach(citem => {citem.active = false; if (item.dengjiId == citem.dengjiId) {citem.active = true}})
const opt = {
dengjiId: item.dengjiId,