Browse Source

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

master
insistence 7 months ago
parent
commit
e9c4f295ce
  1. 2
      ruoyi-fastapi-frontend/src/views/system/user/index.vue

2
ruoyi-fastapi-frontend/src/views/system/user/index.vue

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

Loading…
Cancel
Save