|
|
@@ -25,7 +25,7 @@ export async function workorderPage(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) {
|
|
|
return res.data.data;
|
|
|
}
|