Zimo 1 hete
szülő
commit
db663699a4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/pms/iotrddailyreport/summary.vue

+ 1 - 1
src/views/pms/iotrddailyreport/summary.vue

@@ -478,7 +478,7 @@ const exportChart = () => {
 
 
 const exportData = async () => {
 const exportData = async () => {
   const res = await IotRdDailyReportApi.exportRdDailyReportStatistics(query.value)
   const res = await IotRdDailyReportApi.exportRdDailyReportStatistics(query.value)
-  download.excel(res, '瑞日报统计数据.xlsx')
+  download.excel(res, '瑞日报统计数据.xlsx')
 }
 }
 
 
 const exportAll = async () => {
 const exportAll = async () => {