fix:enm添加测点采集数据

This commit is contained in:
shijing 2024-05-09 13:44:30 +08:00
parent 0457605c07
commit 330a87bf7e
1 changed files with 9 additions and 0 deletions

View File

@ -111,6 +111,15 @@ export default {
);
}
},
mplogx: {
name: "测点采集数据",
req: async function(data){
return await http.get(
`${config.API_URL}/enm/mplogx/`,
data
);
}
},
enstat2: {
name: "全厂统计记录",
req: async function(data){