稳态指标合格率

This commit is contained in:
仲么了
2024-02-28 18:47:52 +08:00
parent 9e288b49be
commit b9fef6cde0
5 changed files with 311 additions and 143 deletions

View File

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