Browse Source

Merge commit 'f131a63f5170c73f9b0db8ccc0a33dda5f584c0e' into HEAD

gitadmin 2 years ago
parent
commit
6c611df344
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()
         }
       }
     }