fix:添加wpm接口声明(车间看板用到)

This commit is contained in:
shijing 2024-09-10 15:06:33 +08:00
parent 709bd6d11b
commit 54678f9ffc
1 changed files with 14 additions and 0 deletions

View File

@ -417,4 +417,18 @@ export default {
return await http.post("http://localhost:8080/prints/", data);
},
},
ana:{
equipLastMlog:{
name: "设备状态列表",
req: async function (data) {
return await http.post(`${config.API_URL}/wpm/ana/equip_last_mlog/`, data);
},
},
put_prod:{
name: "统计值",
req: async function (data) {
return await http.post(`${config.API_URL}/wpm/ana/put_prod/`, data);
},
},
},
};