yanghao 2 주 전
부모
커밋
0646d349cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/pms/device/index.ts

+ 1 - 1
src/api/pms/device/index.ts

@@ -207,6 +207,6 @@ export const IotDeviceApi = {
 
   // 设备报表导出
   exportDeviceReport: async (data) => {
-    return await request.download({ url: `/rq/report/export-excel`, data })
+    return await request.post({ url: `/rq/report/export-excel`, data })
   }
 }