This commit is contained in:
魏啾
2024-12-10 18:30:32 +08:00
2 changed files with 18 additions and 8 deletions

View File

@@ -45,9 +45,14 @@ export default {
},
methods: {
toggleSelection() {
try {
this.$refs.refdialogpackagetable.forEach((a) => {
a.clearSelection();
})
this.show = false
} catch (error) {
}
},
handleSelectionChange(val, index) {
try {
@@ -73,6 +78,11 @@ export default {
})
} catch (error) { }
this.multipleSelection = []
// 不用选套餐
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;