|
@@ -112,7 +112,7 @@ export function errorDetailsListExport(data) {
|
|
// 其他统计数据详情导出
|
|
// 其他统计数据详情导出
|
|
export function otherStatisticsDataExport(data) {
|
|
export function otherStatisticsDataExport(data) {
|
|
return request_blob({
|
|
return request_blob({
|
|
- url: `/api/ssbfz/getBfzData`,
|
|
|
|
|
|
+ url: `/api/ssbfz/getBfzList`,
|
|
method: 'post',
|
|
method: 'post',
|
|
responseType: 'blob',
|
|
responseType: 'blob',
|
|
data
|
|
data
|