feat: 权限系统单体应用改造完成
Former-commit-id: 8d5eaa698b11d420faa46b2c2854da4ccb0b9a1d
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
// 导入API
|
||||
import {
|
||||
listUserPages,
|
||||
getUserDetail,
|
||||
getUserFormData,
|
||||
deleteUsers,
|
||||
addUser,
|
||||
updateUser,
|
||||
@@ -292,7 +292,7 @@ async function handleUpdate(row: { [key: string]: any }) {
|
||||
const userId = row.id || state.ids;
|
||||
await loadDeptOptions();
|
||||
await loadRoleOptions();
|
||||
getUserDetail(userId).then(({ data }) => {
|
||||
getUserFormData(userId).then(({ data }) => {
|
||||
formData.value = data;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user