Browse Source

bug 修复

lilei 2 years ago
parent
commit
33debc5044
2 changed files with 4 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 3 0
      src/views/purchasingManagement/purchaseOrder/list.vue

+ 1 - 1
public/version.json

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

+ 3 - 0
src/views/purchasingManagement/purchaseOrder/list.vue

@@ -250,6 +250,9 @@ export default {
       const ind = this.supplierList.findIndex(item => item.purchaseTargetSn == val)
       if (ind != -1) {
         this.queryParam.purchaseTargetType = this.supplierList[ind].purchaseTargetType
+      } else {
+        this.queryParam.purchaseTargetSn = undefined
+        this.queryParam.purchaseTargetType = undefined
       }
     },
     //  时间  change