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