在线监测点修改

This commit is contained in:
仲么了
2024-02-26 10:43:33 +08:00
parent 7b23931743
commit d815548a50
11 changed files with 624 additions and 80 deletions

View File

@@ -0,0 +1,10 @@
import request from '@/utils/request'
//ITIC SEMI 获取数据
export function getPlot(data: any) {
return request({
url: '/event-boot/monitor/getPlot',
method: 'post',
data
})
}