From 61d25d1c1c58da842b971ddb3df9922293c48c1d Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 15 三月 2024 10:50:40 +0800 Subject: [PATCH] 页面优化 --- src/api/indicatorInfo/index.ts | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/api/indicatorInfo/index.ts b/src/api/indicatorInfo/index.ts index d024779..7f014ff 100644 --- a/src/api/indicatorInfo/index.ts +++ b/src/api/indicatorInfo/index.ts @@ -1,6 +1,7 @@ import request from '@/utils/request'; import { AxiosPromise } from 'axios'; import { IndicatorInfoVO, IndicatorInfoForm, IndicatorInfoQuery } from '@/api/indicatorInfo/types'; +import { IndicatorStatus } from '@/api/indicatorInfo/status'; /** * 鏌ヨ鎸囨爣鍙栧�煎垪琛� @@ -17,6 +18,18 @@ }; /** + * 鏌ヨ鎸囨爣鍙栧�肩姸鎬� + * @returns {*} + */ + +export const getIndicatorInfoStatus = (): AxiosPromise<IndicatorStatus[]> => { + return request({ + url: '/demo/indicatorInfo/status', + method: 'get', + }); +}; + +/** * 鏌ヨ鎸囨爣鍙栧�艰缁� * @param id */ -- Gitblit v1.8.0