zhengyiming
2025-10-17 b267cf72173eb068293832f0c9b16b58e36729e2
src/views/UserManage/components/AddOrEditUserDialog.vue
@@ -82,7 +82,7 @@
    phoneNumber: string;
    remark: string;
    roleIds: string[];
    password: string;
    password?: string;
  };
};