longfenglin 1 year ago
parent
commit
b8259fd07c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/produce/workOrder.js

+ 1 - 1
src/api/produce/workOrder.js

@@ -25,7 +25,7 @@ export async function workorderPage(data) {
 
 
 // 工单列表 
 // 工单列表 
 export async function workorderPage2(data) {
 export async function workorderPage2(data) {
-  const res = await request.post('/mes/workorder/taskReportPage2', data);
+  const res = await request.post('/mes/workorder/taskReportPage', data);
   if (res.data.code == 0) {
   if (res.data.code == 0) {
     return res.data.data;
     return res.data.data;
   }
   }