|
|
@@ -760,11 +760,11 @@ export const TaskOrderApi = {
|
|
|
},
|
|
|
// 任务单导出
|
|
|
taskOrderExportExcelApi: async (data: any) => {
|
|
|
- return await request.download2({ url: `/pressure/task-order/page/export-excel`, data })
|
|
|
+ return await request.download2({ url: `/pressure2/task-order/page/export-excel`, data })
|
|
|
},
|
|
|
// 任务单明细导出
|
|
|
taskOrderItemExportExcelApi: async (data: any) => {
|
|
|
- return await request.download2({ url: `/pressure/task-order/item/export-excel`, data })
|
|
|
+ return await request.download2({ url: `/pressure2/task-order/item/export-excel`, data })
|
|
|
},
|
|
|
// 查询所有子报告
|
|
|
subReportApi: async (params: any) => {
|