feat: There is no way the, bug #52371

This commit is contained in:
super_liu
2022-04-01 14:59:23 +08:00
parent d6ff9e42f8
commit e96e5a1a68
@@ -477,7 +477,7 @@
</div>
</el-dialog>
<Role-tree
is-title="选择责任部门对接人"
:is-title="drawerTitle"
:is-visible.sync="modalShowRoleFlag"
@checkedRole="checkedRole2"
:nodeList="nodeList2"
@@ -1632,6 +1632,12 @@
}else if(this.userType === 'hqUserId'){
this.roleForm.hqUserId=idList;
this.roleForm.hqUserName=nameList;
}else if(this.userType === 'QCRBUSS'){
this.form.QCRBUSSID=idList;
this.form.QCRBUSS=nameList;
}else if(this.userType === 'bzUserId'){
this.roleForm.bzUserId = idList
this.roleForm.bzUserName = nameList
}
},
checkedRole (data) {