src/views/screen/flow/report/index.vue @@ -49,7 +49,7 @@ data.createTimeRange = '' } exportFlowReportList(data).then(res => { exportBlobFile(res, '统计报表') exportBlobFile(res, `生态流量统计报表${new Date().getTime()}`) }) }