Commit 96e1ce3b by 向童

'树形'

parent f3fb5e36
...@@ -30,8 +30,8 @@ export default { ...@@ -30,8 +30,8 @@ export default {
this.getAllData(); this.getAllData();
} }
}, },
isRefresh(){ isRefresh(newIsRefresh){
if( this.isRefresh){ if(newIsRefresh && this.visible){
this.fetchUserBaseInfo({ this.fetchUserBaseInfo({
customerId: this.customerId, customerId: this.customerId,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment