From 007d509448013b86829c59eaaecabf279742abb8 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 18 Mar 2022 19:39:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E6=88=91=E7=9A=84=E6=94=B6=E8=97=8F=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/foreignRegulationsDatabase/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } },