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