完善用户管理

This commit is contained in:
2024-08-12 09:12:25 +08:00
parent 4395fd2741
commit 4cc37e6324

View File

@@ -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