lilei 2 anos atrás
pai
commit
023afe59b9
1 arquivos alterados com 2 adições e 2 exclusões
  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()
         }
       }
     }