diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue index 2762bd95d..4f84584d3 100644 --- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue +++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue @@ -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) } },