yanghao 1 неделя назад
Родитель
Сommit
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 })
   }
 }