From 61c935836c947aaf3421731045d024d064cc6688 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 07 八月 2025 13:33:16 +0800 Subject: [PATCH] feat: 企业 --- 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