2213980799@qq.com 1 rok temu
rodzic
commit
1191f462a9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/api/aps/index.js

+ 1 - 1
src/api/aps/index.js

@@ -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);
   const res = await request.post('/mes/workorder/page', params);
   if (res.data.code == 0) {
   if (res.data.code == 0) {
     return res.data.data;
     return res.data.data;