fix:处理刷新报错的问题
This commit is contained in:
@@ -632,7 +632,9 @@
|
|||||||
// this.moduleDataS=this.allModuleInfos-this.nodesArray
|
// this.moduleDataS=this.allModuleInfos-this.nodesArray
|
||||||
this.moduleDataS={...this.allModuleInfos};
|
this.moduleDataS={...this.allModuleInfos};
|
||||||
this.nodesArray.forEach((item)=>{
|
this.nodesArray.forEach((item)=>{
|
||||||
this.moduleDataS.module=this.moduleDataS.module.filter((item1)=> item.id!==item1.id)
|
if(this.moduleDataS.module){
|
||||||
|
this.moduleDataS.module=this.moduleDataS.module.filter((item1)=> item.id!==item1.id)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//工具栏点击后显示对应内容
|
//工具栏点击后显示对应内容
|
||||||
|
|||||||
@@ -373,7 +373,7 @@
|
|||||||
}
|
}
|
||||||
.facade-top .facade-top-right{
|
.facade-top .facade-top-right{
|
||||||
width: 5%;
|
width: 5%;
|
||||||
min-width: 120px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
.facade-top-right-content{
|
.facade-top-right-content{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user