fix:wpm新增接口声明
This commit is contained in:
parent
e8449383c8
commit
9a9be3857e
|
@ -416,6 +416,14 @@ export default {
|
|||
);
|
||||
},
|
||||
},
|
||||
mgroups:{
|
||||
name: "获取可交接的工段",
|
||||
req: async function (data) {
|
||||
return await http.post(
|
||||
`${config.API_URL}/wpm/handover/mgroups/`,data
|
||||
);
|
||||
},
|
||||
},
|
||||
},
|
||||
//车间库存
|
||||
wmaterial: {
|
||||
|
|
Loading…
Reference in New Issue