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