Browse Source

Merge branch 'develop_yh15' of jianguan-web/qpls-md-html into pre-release

李磊 2 years ago
parent
commit
f131a63f51
2 changed files with 3 additions and 3 deletions
  1. 1 1
      public/version.json
  2. 2 2
      src/utils/mixin.js

+ 1 - 1
public/version.json

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

+ 2 - 2
src/utils/mixin.js

@@ -97,10 +97,10 @@ const commonMixin = {
     '$store.state.app.visibilityState':function(a,b){
       if(a && this.isActiveComp){
         if(this.$refs.table){
-          this.$refs.table.refresh()
+          // this.$refs.table.refresh()
         }
         if(this.$refs.chooseTable){
-          this.$refs.chooseTable.refresh()
+          // this.$refs.chooseTable.refresh()
         }
       }
     }