cfofpp 3 bulan lalu
induk
melakukan
19f1d8064d

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