指标拟合图联调

This commit is contained in:
stt
2025-11-18 14:21:31 +08:00
parent 4184d35854
commit 2048da5e52
2 changed files with 446 additions and 184 deletions

View File

@@ -88,5 +88,13 @@ export function limitCalendarData(data: any) {
})
}
//指标拟合图数据
export function fittingData(data: any) {
return request({
url: '/cs-device-boot/csGroup/fittingData',
method: 'post',
data: data
})
}