perf: 编辑用户时接口请求体中删除password
This commit is contained in:
@@ -583,7 +583,7 @@ function handleUpdate(row) {
|
||||
form.value.roleIds = response.roleIds;
|
||||
open.value = true;
|
||||
title.value = "修改用户";
|
||||
form.password = "";
|
||||
form.value.password = undefined;
|
||||
});
|
||||
};
|
||||
/** 提交按钮 */
|
||||
|
Reference in New Issue
Block a user