cfofpp 3 months ago
parent
commit
19f1d8064d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/distributionnetwork/secure/components/RankingTable.vue

+ 0 - 1
src/views/distributionnetwork/secure/components/RankingTable.vue

@@ -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], {