稳态数据分析

This commit is contained in:
仲么了
2024-02-29 16:29:34 +08:00
parent d9a5a7c9d7
commit d01a97338f
6 changed files with 1902 additions and 88 deletions

View File

@@ -0,0 +1,9 @@
import request from '@/utils/request'
export function getHistoryResult(data: any) {
return request({
url: '/harmonic-boot/harmonic/getHistoryResult',
method: 'post',
data: data
})
}