考核评估-修改知识库导出模板文件名称
This commit is contained in:
parent
40146d259a
commit
aa249d1d4c
@ -536,7 +536,7 @@ export default {
|
||||
handleExport() {
|
||||
this.download('industry/ceramics/export', {
|
||||
...this.queryParams
|
||||
}, `papermaking_${new Date().getTime()}.xlsx`)
|
||||
}, `ceramics_${new Date().getTime()}.xlsx`)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -536,7 +536,7 @@ export default {
|
||||
handleExport() {
|
||||
this.download('industry/chemicalIndustry/export', {
|
||||
...this.queryParams
|
||||
}, `papermaking_${new Date().getTime()}.xlsx`)
|
||||
}, `chemicalIndustry_${new Date().getTime()}.xlsx`)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user