代课下单套餐下单修改
This commit is contained in:
parent
ac74254ed5
commit
5f6c6d6635
|
|
@ -73,6 +73,12 @@ export default {
|
|||
})
|
||||
} catch (error) { }
|
||||
this.multipleSelection = []
|
||||
console.log(item)
|
||||
// 不用选套餐
|
||||
if (item.groupType == 0) {
|
||||
this.$emit("dialogpackageconfirm", this.listdata, [item.proGroupVo[0].goods]);
|
||||
return false;
|
||||
}
|
||||
this.disabledshow = true
|
||||
console.log(this.listdata, this.multipleSelection);
|
||||
this.show = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue