lxh 3 ngày trước cách đây
mục cha
commit
775dc779fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' });