Browse Source

补充默认查询

Qukatie 2 days ago
parent
commit
50c3f774fa

+ 3 - 0
src/views/tirePartsMall/purchaseService/outStorage/components/viewArea.vue

@@ -157,6 +157,9 @@ export default {
       this.data = row.historyList;
       this.qtyMax = row.goodsNum;
       this.dialogVisible = true;
+      if(row.historyList.length==0){
+        this.onLoad()
+      }
     },
     submit() {
       if (this.data.filter(item => item.quantity > 0).length == 0) {