Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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; | ... | ... |
-
Please register or login to post a comment