From b5cd9584bc684c9df207c4422562a28a07d099b1 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 07 八月 2025 09:52:13 +0800 Subject: [PATCH] fix: 修改功能模块 --- types/api.d.ts | 35 +++++++---------------------------- 1 files changed, 7 insertions(+), 28 deletions(-) diff --git a/types/api.d.ts b/types/api.d.ts index a095b00..bfb7903 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -14,38 +14,17 @@ customErrorHandler?: (error: any) => boolean; } - interface ModuleButtonDto { - isEdit?: boolean; + interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap{ + field1?:string } - interface ModuleColumnDto { - isEdit?: boolean; - fixed?: boolean | 'left' | 'right'; - needTips?: boolean; + interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOption{ + fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap; + code?:string } - interface CustomModuleColumnDto extends ModuleColumnDto { - id: string; - enCode: string; - name: string; + interface SelectQueryResultOptionGuidGetDictionaryDataSelectQueryResultOption{ + code?:string } - interface DepartmentTree { - leaf?: boolean; - } - interface StationTree { - leaf?: boolean; - } - - interface RoleList { - //鏄惁鏄鎴风 - isClient?: boolean; - } - - interface AreaTreeNode extends AreaDto { - children?: AreaTreeNode[]; - } - interface GetSearchSettingList { - children?: GetSearchSettingList[]; - } } -- Gitblit v1.9.1