diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index a73609cd6..8d65b867f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -345,7 +345,7 @@

费用管理部门

- +
@@ -425,6 +425,12 @@ :nodeList="nodeList" @checkedRole="drawerCheck" /> + { + if (nameList.length > 0) { + nameList += ',' + idList += ',' + } + idList += item.id; + nameList += item.name; + }); + this.roleForm.feeUser = nameList + this.roleForm.feeUserId = idList + this.roleShowflag = false + }, // 流程阶段人选择 choiceZRROne(type, title, id) {