lxh 3 days ago
parent
commit
775dc779fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/gas/gasReport/gas-report.api.ts

+ 1 - 1
src/views/vent/gas/gasReport/gas-report.api.ts

@@ -45,4 +45,4 @@ export const exportReportByPoi = (params) => defHttp.post({ url: Api.exportRepor
 
 export const queryUserByRoleCode = (params) => defHttp.get({ url: Api.queryUserByRoleCode, params });
 
-export const gasServerImg = (params) => defHttp.post({ url: Api.gasServerImg, params,responseType: 'arraybuffer' });
+export const gasServerImg = (params) => defHttp.post({ url: Api.gasServerImg, params,responseType: 'blob' });