lilei 2 years ago
parent
commit
28a55abc5b

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1675842220848
+  "version": 1675843730513
 }

+ 5 - 1
src/views/purchasingManagement/purchaseOrderNew/outStockModal.vue

@@ -64,6 +64,7 @@
             :scroll="{ y:tableHeight }"
             @rowSelection="rowSelectionFun"
             :data="loadData"
+            :defaultLoadData="false"
             :columns="columns"
             :pageSize="30"
             bordered>
@@ -276,7 +277,10 @@ export default {
       if (!newValue) {
         this.onCancel()
       } else {
-        this.setTableH()
+        setTimeout(()=>{
+          this.setTableH()
+        },200)
+        this.resetSearchForm()
         this.title = '上次采购缺货产品明细(采购单号:' + this.paramsData.purchaseBillNo + ')'
       }
     }