From 650a84730f4418ebbcdc58bbadd4d56f5dd3c8fd Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 07 八月 2025 14:01:40 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- src/services/api/dictionary.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/api/dictionary.ts b/src/services/api/dictionary.ts index 22cee24..b4233ab 100644 --- a/src/services/api/dictionary.ts +++ b/src/services/api/dictionary.ts @@ -41,7 +41,7 @@ params: API.APIgetDictionaryCategorySelectParams, options?: API.RequestConfig ) { - return request<API.SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOption[]>( + return request<API.SelectOptionGuidGetDictionaryCategorySelectQueryOption[]>( '/api/main/dictionary/getDictionaryCategorySelect', { method: 'GET', @@ -79,7 +79,7 @@ params: API.APIgetDictionaryDataSelectParams, options?: API.RequestConfig ) { - return request<API.SelectQueryResultOptionGuidGetDictionaryDataSelectQueryResultOption[]>( + return request<API.SelectOptionGuidGetDictionaryDataSelectQueryResultOption[]>( '/api/main/dictionary/getDictionaryDataSelect', { method: 'GET', -- Gitblit v1.9.1