From b1ed46fcf0b28fa9278fc87e95410f7063ce4340 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 25 一月 2024 10:13:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/api/statistic/chart.js | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/statistic/chart.js b/Source/UBCS-WEB/src/api/statistic/chart.js
index 9806a7e..c793500 100644
--- a/Source/UBCS-WEB/src/api/statistic/chart.js
+++ b/Source/UBCS-WEB/src/api/statistic/chart.js
@@ -9,3 +9,28 @@
params
})
}
+//缁熻鍒嗘瀽淇濆瓨
+export const saveStatisticAnalysis = (data) => {
+ return request({
+ url: '/api/ubcs-system/statisticConfig/saveStatisticAnalysis',
+ method: 'post',
+ data:data
+ })
+}
+
+//缁熻鍒嗘瀽鍒楄〃
+export const getBtmAndChart = () => {
+ return request({
+ url: '/api/ubcs-system/statisticConfig/getBtmAndChartIds',
+ method: 'get',
+ })
+}
+
+//缁熻鍒嗘瀽鍒犻櫎
+export const deleteChartId = (params) => {
+ return request({
+ url: '/api/ubcs-system/statisticConfig/deleteChartId',
+ method: 'post',
+ params
+ })
+}
--
Gitblit v1.9.3