代课下单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: { 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]);