|
|
|
|
@ -86,7 +86,6 @@
|
|
|
|
|
<a-col :span="4">角色:</a-col>
|
|
|
|
|
<a-col :span="18">{{ currentMember.role }}</a-col>
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
|
|
<a-row style="margin-bottom:24px">
|
|
|
|
|
<a-col :span="4">权限:</a-col>
|
|
|
|
|
<a-col :span="18">{{ currentMember.permission }}</a-col>
|
|
|
|
|
@ -490,8 +489,8 @@ export default {
|
|
|
|
|
agencyRole: this.currentMember.agencyRole + '',
|
|
|
|
|
aliasName: this.currentMember.aliasName,
|
|
|
|
|
tel: this.currentMember.tel,
|
|
|
|
|
permission: this.currentMember.permission,
|
|
|
|
|
group: this.currentMember.group,
|
|
|
|
|
agencyTeamId: this.currentMember.agencyTeamName,
|
|
|
|
|
})
|
|
|
|
|
}, 200)
|
|
|
|
|
} else if (type == 'detail') {
|
|
|
|
|
@ -553,7 +552,7 @@ export default {
|
|
|
|
|
if (data.status == 200) {
|
|
|
|
|
this.$message.success('修改成功')
|
|
|
|
|
this.visible = false
|
|
|
|
|
this.permission = getAgencyPermissionsByRole(1)
|
|
|
|
|
this.permission = getAgencyPermissionsByRole()
|
|
|
|
|
this.permissionName = getAgencyPermissionNameById(this.permission)
|
|
|
|
|
this.getMemberList()
|
|
|
|
|
} else {
|
|
|
|
|
|