代课下单x2重复提交

This commit is contained in:
魏啾 2024-12-10 18:14:44 +08:00
parent 5f6c6d6635
commit c3ed239ee2
1 changed files with 8 additions and 4 deletions

View File

@ -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]);