lilei 2 vuotta sitten
vanhempi
commit
683ee830a1

+ 1 - 1
public/version.json

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

+ 3 - 1
src/views/purchasingManagement/purchaseOrderNew/chooseProductModal.vue

@@ -264,7 +264,9 @@ export default {
     searchForm () {
       if (this.hasVaild) {
         this.showTable = true
-        this.$refs.table.refresh(true)
+        if (this.$refs.table) {
+          this.$refs.table.refresh(true)
+        }
       } else {
         this.$message.info('请输入查询条件')
       }