兰宝车间质量管理系统-前端
scmiot
2023-11-04 ad2134f07d89c28a973a867456a43daa0fdf369f
src/views/system/user/index.vue
@@ -561,7 +561,7 @@
  await initTreeData();
  postOptions.value = data.posts;
  roleOptions.value = data.roles;
  form.value.password = initPassword.value;
  form.value.password = initPassword.value.toString();
}
/** 修改按钮操作 */
const handleUpdate = async (row?: UserForm) => {