|
|
@@ -61,7 +61,7 @@ export async function getProduceTaskList(params) {
|
|
|
/**
|
|
|
* 生产工单
|
|
|
*/
|
|
|
- export async function workorder (params) {
|
|
|
+ export async function workOrder (params) {
|
|
|
const res = await request.post('/mes/workorder/page', params);
|
|
|
if (res.data.code == 0) {
|
|
|
return res.data.data;
|