增加2021和2022年记录可以导出

This commit is contained in:
ky_fanly
2023-10-08 15:13:07 +08:00
parent 8acd753c27
commit 9e6a200a7a
12 changed files with 564 additions and 13 deletions

View File

@@ -70,7 +70,7 @@
location = 'Expert.html'
},
export_excel() {
this.download('/gb/yjb/api/projects/download', this.dateFormat("YYYYmmddHHMMSS", new Date()) + "-2022年度甬江杯投票.xlsx", this.loading_false);
this.download('/gb/yjb/api/projects/download', this.dateFormat("YYYYmmddHHMMSS", new Date()) + "-2023年度甬江杯投票.xlsx", this.loading_false);
},
check_login() {
this.token = window.sessionStorage.getItem('__TOKEN');