From 6b115da6037e42acfd621870fc8cabb306379d90 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Sat, 13 Nov 2021 14:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86,=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E9=83=A8=E9=97=A8=E9=80=89=E6=8B=A9=E5=90=8E=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=BF=9B=E5=85=A5=E9=80=89=E6=8B=A9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 29ef0f81d..b32812f46 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -5088,16 +5088,19 @@ export default { }, choiceZRBM(type, title, id) { + this.nodeListZRBM = [] this.nodeListZRBM.push(id) this.drawerTitle = title this.modalshowflagZRBM = true }, drawerCheckZRBM(data) { + + console.log("data",data); let idList = '' let nameList = '' data.forEach(item => { - if (item.hasChild === '0' && item.children === null) { + if (item.hasChild === '0') { if (nameList.length > 0) { nameList += ',' idList += ','