|
|
@ -18,11 +18,11 @@ export const postFindbusinessLine = () => { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
/** 报表导出 */ |
|
|
|
/** 报表导出 */ |
|
|
|
export const postDeptIncomingExport = params => { |
|
|
|
export const postDeptIncomingExport = data => { |
|
|
|
return request({ |
|
|
|
return request({ |
|
|
|
url: '/api/logpm-report/reportIncoming/consigineeIncomingExport', |
|
|
|
url: '/api/logpm-report/reportIncoming/consigineeIncomingExport', |
|
|
|
method: 'get', |
|
|
|
method: 'post', |
|
|
|
params, |
|
|
|
data, |
|
|
|
responseType: 'blob', |
|
|
|
responseType: 'blob', |
|
|
|
}); |
|
|
|
}); |
|
|
|
}; |
|
|
|
}; |
|
|
|