fix: 角色右上角关闭未清空数据问题修复(Closes #I6483U)
Former-commit-id: 545a34deddb7b632ca5a87efc036f7d19aef5b01
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user