代课下单x2重复提交
This commit is contained in:
parent
5f6c6d6635
commit
c3ed239ee2
|
|
@ -45,9 +45,14 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
toggleSelection() {
|
||||
this.$refs.refdialogpackagetable.forEach((a) => {
|
||||
a.clearSelection();
|
||||
})
|
||||
try {
|
||||
this.$refs.refdialogpackagetable.forEach((a) => {
|
||||
a.clearSelection();
|
||||
})
|
||||
this.show = false
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
},
|
||||
handleSelectionChange(val, index) {
|
||||
try {
|
||||
|
|
@ -73,7 +78,6 @@ export default {
|
|||
})
|
||||
} catch (error) { }
|
||||
this.multipleSelection = []
|
||||
console.log(item)
|
||||
// 不用选套餐
|
||||
if (item.groupType == 0) {
|
||||
this.$emit("dialogpackageconfirm", this.listdata, [item.proGroupVo[0].goods]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue