fix:enm添加测点采集数据
This commit is contained in:
parent
0457605c07
commit
330a87bf7e
|
@ -111,6 +111,15 @@ export default {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
mplogx: {
|
||||||
|
name: "测点采集数据",
|
||||||
|
req: async function(data){
|
||||||
|
return await http.get(
|
||||||
|
`${config.API_URL}/enm/mplogx/`,
|
||||||
|
data
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
enstat2: {
|
enstat2: {
|
||||||
name: "全厂统计记录",
|
name: "全厂统计记录",
|
||||||
req: async function(data){
|
req: async function(data){
|
||||||
|
|
Loading…
Reference in New Issue