feat: There is no way the, 政策我的收藏不可删除

This commit is contained in:
super_liu
2022-03-18 19:39:44 +08:00
parent 41b9d4ab9d
commit 007d509448
@@ -2418,7 +2418,7 @@
// 树节点鼠标移入移出
mouseenter(data){
this.$set(data, 'show', true)
if(data.parentId !== null){
if(data.parentId !== null && data.id !== 'zcwdsc'){
this.$set(data, 'showDel', true)
}
},