|
@@ -222,7 +222,6 @@ export default {
|
|
|
const res = await funMap[this.type](this.queryParams);
|
|
|
if (res) {
|
|
|
const elink = document.createElement("a");
|
|
|
- const date = `${this.queryParams.reportDate[0]}_${this.queryParams.reportDate[1]}`;
|
|
|
elink.download = `${this.titleEnum[this.type]}.xlsx`;
|
|
|
elink.style.display = "none";
|
|
|
const blob = new Blob([res], {
|