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