|
|
@@ -760,9 +760,9 @@ export const BoilerTaskOrderApi = {
|
|
|
inspectionServicePush: async (data: any) => {
|
|
|
return await request.post({ url: `/pressure2/boiler-task-order-sign-file/create`, data })
|
|
|
},
|
|
|
- exportCheckBookDetail: async (params) => {
|
|
|
- return await request.get({ url: `/pressure2/boiler-task-order/inspection-opinion/details`, params })
|
|
|
- },
|
|
|
+ // exportCheckBookDetail: async (params) => {
|
|
|
+ // return await request.get({ url: `/pressure2/boiler-task-order/inspection-opinion/details`, params })
|
|
|
+ // },
|
|
|
|
|
|
opinionReportedExcel: async (data: any) => {
|
|
|
return await request.download2({
|