完善用户管理
This commit is contained in:
@@ -560,7 +560,7 @@
|
||||
},
|
||||
// 修改用户信息
|
||||
userinfoChange(row) {
|
||||
row.defaultDeptSid = window.sessionStorage.getItem('defaultDeptSid')
|
||||
row.defaultDeptSid = row.departmentSid
|
||||
initUserInfo(row).then(res => {
|
||||
if (res.code == '200') {
|
||||
this.editDialog = true
|
||||
|
||||
Reference in New Issue
Block a user