fix: 角色右上角关闭未清空数据问题修复(Closes #I6483U)

Former-commit-id: 545a34deddb7b632ca5a87efc036f7d19aef5b01
This commit is contained in:
haoxr
2022-12-03 10:57:10 +08:00
parent aee7a3fd9b
commit baae5ca613
3 changed files with 22 additions and 22 deletions

View File

@@ -25,10 +25,10 @@ export interface Role {
export type RolePageResult = PageResult<Role[]>;
/**
* 角色表单类型
* 角色表单
*/
export interface RoleForm {
id?: string;
id?: number;
name: string;
code: string;
sort: number;