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 += ','