fix:修改topology的loading显示问题

This commit is contained in:
zhangyu
2020-10-10 13:31:12 +08:00
parent 3f202eb777
commit aa28c455b6
3 changed files with 6 additions and 5 deletions

View File

@@ -132,6 +132,7 @@
getProjectData(n){
//获取projectInfo
this.projectInfo.loading=true;
this.$refs['visNetwork'].topologyLoading=true;
this.$get('project/info', {id:n.id}).then(response => {
if (response.code === 200) {
this.projectInfo.loading=false;