lilei 2 years ago
parent
commit
4c08d53cf3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/utils/mixin.js

+ 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()
         }
       }
     }