兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-22 cc9b67d4676dd51a6b2d88e92607aca2629ee54d
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) => {