diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index a61cca3ad..b2fe1efac 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -676,7 +676,7 @@ > - + @@ -1034,7 +1034,7 @@ { @@ -1719,10 +1720,13 @@ idList += item.id nameList += item.name }) + if (this.drawerTitle === '选择责任人'){ this.roleForm.zrUserId=idList; this.roleForm.zrUserName=nameList; - + } + if (this.drawerTitle === '选择我司署名人'){ this.form.wssmr = nameList + } }, checkedRole (data) { if (this.userType === 'jlUserId') { @@ -2074,6 +2078,7 @@ }, choiceZRRS (type, title, id) { + console.log('2077',title) this.nodeList = [] this.nodeList.push(id) this.userType = type