feat: There is no way the, bug #52371
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user