Browse Source

bug 修复

lilei 3 years ago
parent
commit
ed8a6facff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/reportData/stockImportReport/detailList.vue

+ 1 - 1
public/version.json

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

+ 1 - 1
src/views/reportData/stockImportReport/detailList.vue

@@ -203,7 +203,7 @@ export default {
   },
   methods: {
     supplierChange (val, row) {
-      this.queryParam.supplierName = row.supplierName
+      this.queryParam.supplierName = row ? row.supplierName : ''
     },
     // 合计
     getCount (params) {