fix:处理刷新报错的问题

This commit is contained in:
zhangyu
2020-09-08 15:19:45 +08:00
parent d3a2f50e7e
commit 444e412458
2 changed files with 4 additions and 2 deletions

View File

@@ -632,7 +632,9 @@
// this.moduleDataS=this.allModuleInfos-this.nodesArray
this.moduleDataS={...this.allModuleInfos};
this.nodesArray.forEach((item)=>{
if(this.moduleDataS.module){
this.moduleDataS.module=this.moduleDataS.module.filter((item1)=> item.id!==item1.id)
}
})
},
//工具栏点击后显示对应内容

View File

@@ -373,7 +373,7 @@
}
.facade-top .facade-top-right{
width: 5%;
min-width: 120px;
min-width: 100px;
}
.facade-top-right-content{
display: flex;