perf: 编辑用户时接口请求体中删除password

This commit is contained in:
insistence
2024-07-07 13:07:48 +08:00
parent 3684d5a703
commit e9c4f295ce

View File

@@ -583,7 +583,7 @@ function handleUpdate(row) {
form.value.roleIds = response.roleIds;
open.value = true;
title.value = "修改用户";
form.password = "";
form.value.password = undefined;
});
};
/** 提交按钮 */