|
@@ -4261,7 +4261,7 @@ export default {
|
|
|
console.log('后管数据同步',data);
|
|
|
this.curTreeData=data
|
|
|
this.isShowLeft=false
|
|
|
- await this.getNodeStatusData()
|
|
|
+ // await this.getNodeStatusData()
|
|
|
if(this.syncListDialog){
|
|
|
return
|
|
|
}
|
|
@@ -4323,7 +4323,7 @@ export default {
|
|
|
if(this.syncListDialog){
|
|
|
return
|
|
|
}
|
|
|
- await this.getNodeStatusData()
|
|
|
+ // await this.getNodeStatusData()
|
|
|
this.syncForm.range='2'
|
|
|
|
|
|
this.proSyncTag=true
|