jinhui.wang

清除选择

...@@ -487,6 +487,7 @@ export default { ...@@ -487,6 +487,7 @@ export default {
487 }, 487 },
488 //查询 488 //查询
489 async select(val) { 489 async select(val) {
490 + this.selectTable = []
490 this.tableData = []; 491 this.tableData = [];
491 this.allWeight = 0; 492 this.allWeight = 0;
492 this.allQty = 0; 493 this.allQty = 0;
......