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