fix:添加wpm接口声明(车间看板用到)
This commit is contained in:
parent
709bd6d11b
commit
54678f9ffc
|
@ -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);
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue