考核评估-修改知识库导出模板文件名称

This commit is contained in:
xusd 2024-05-10 17:56:37 +08:00
parent 40146d259a
commit aa249d1d4c
2 changed files with 2 additions and 2 deletions

View File

@ -536,7 +536,7 @@ export default {
handleExport() { handleExport() {
this.download('industry/ceramics/export', { this.download('industry/ceramics/export', {
...this.queryParams ...this.queryParams
}, `papermaking_${new Date().getTime()}.xlsx`) }, `ceramics_${new Date().getTime()}.xlsx`)
} }
} }
}; };

View File

@ -536,7 +536,7 @@ export default {
handleExport() { handleExport() {
this.download('industry/chemicalIndustry/export', { this.download('industry/chemicalIndustry/export', {
...this.queryParams ...this.queryParams
}, `papermaking_${new Date().getTime()}.xlsx`) }, `chemicalIndustry_${new Date().getTime()}.xlsx`)
} }
} }
}; };