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