From f6b61a485501f326debe52d77ea65d87fb34b37f Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期三, 05 三月 2025 17:57:09 +0800 Subject: [PATCH] 完善集成日志查询 --- Source/UBCS-WEB/src/api/system/dict.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/api/system/dict.js b/Source/UBCS-WEB/src/api/system/dict.js index 0ed54ed..6ce1f13 100644 --- a/Source/UBCS-WEB/src/api/system/dict.js +++ b/Source/UBCS-WEB/src/api/system/dict.js @@ -87,3 +87,10 @@ params, }) } +export const getEnumDictionary = (params) => { + return request({ + url: '/api/ubcs-omd/enum/dictionary', + method: 'get', + params, + }) +} -- Gitblit v1.9.3