From 1e376e8f5ea28a0f15cb883703b466f69835637b Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期五, 15 十一月 2024 17:00:02 +0800 Subject: [PATCH] 预测值导出 --- src/api/model/mcs/index.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/api/model/mcs/index.ts b/src/api/model/mcs/index.ts index 0433f38..2cdaef3 100644 --- a/src/api/model/mcs/index.ts +++ b/src/api/model/mcs/index.ts @@ -21,3 +21,7 @@ export const getPreDataItemChart = (data: PreDataItemChartReqVO) => { return request.post({ url: '/model/api/mcs/predict-data/item-chart', data }) } + +export const exportPredictValue = (params) => { + return request.download({ url: '/model/api/mcs/predict-data/exportValue', params }) +} -- Gitblit v1.9.3