소스 검색

bug 修复

lilei 2 년 전
부모
커밋
33debc5044
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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