From d299f8315cef4e7adb78aca29dca48f2c8f3176b Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Tue, 21 Dec 2021 16:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=BA=93=20-=20=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E6=A3=80=E7=B4=A2=20-=20=E8=B4=A3=E4=BB=BB=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E5=92=8C=E8=B4=A3=E4=BB=BB=E5=B7=A5=E7=A8=8B=E5=B8=88?= =?UTF-8?q?=E8=A6=81=E6=94=B9=E6=88=90=E5=8F=B3=E4=BE=A7=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 66 ++++++++++++++----- 1 file changed, 50 insertions(+), 16 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index be906d5ad..c97c031d5 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1712,12 +1712,24 @@ + + + + + + + @@ -1791,12 +1803,29 @@ + + + + + + + @@ -5521,7 +5550,7 @@ export default { }) }, choiceZRRS (type, title, id) { - console.log('2077',title) + console.log('2077',type, title, id) this.nodeList = [] this.nodeList.push(id) this.userType = type @@ -5529,7 +5558,7 @@ export default { this.modalShowRoleFlag = true }, checkedRole2 (data) { - console.log('1712',this.drawerTitle) + console.log('1712',data) let idList = '' let nameList = '' data.forEach( item => { @@ -5544,6 +5573,8 @@ export default { this.sarStandardsInfoEO['WSSMR'] = nameList }else if (this.drawerTitle === '选择责任工程师'){ this.sarStandardsInfoEO['ZRGCS'] = nameList + }else if (this.drawerTitle === '查询责任工程师'){ + this.advanceSearchMapping['ZRGCS'] = nameList } }, @@ -5577,7 +5608,7 @@ export default { }, drawerCheckZRBM(data) { - console.log("5389", data); + console.log("5389", this.drawerTitle); let idList = '' let nameList = '' data.forEach(item => { @@ -5590,9 +5621,12 @@ export default { nameList += item.name // } }) - - this.sarStandardsInfoEO.ZRBMId = idList; - this.sarStandardsInfoEO['ZRBM'] = nameList; + if (this.drawerTitle === '责任部门'){ + this.sarStandardsInfoEO.ZRBMId = idList; + this.sarStandardsInfoEO['ZRBM'] = nameList; + }else if (this.drawerTitle === '查询责任部门'){ + this.advanceSearchMapping['ZRBM'] = nameList + } }, },