2023年11月12日 更改导出名称

This commit is contained in:
bai 2023-11-12 20:48:28 +08:00
parent 903644f56c
commit fe299d5a6e
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ async function onExport(dcType){
//let dcType = 'pdf';
// let dcType = 'doc';
let fileName = dcType == 'pdf'?'教学听课情况表.pdf':'教学听课情况表.docx';
let fileName = dcType == 'pdf'?'线上开放课堂运行状态报告.pdf':'线上开放课堂运行状态报告.docx';
// let fileName = '.docx';
let paramsForm = queryParam.value;
let expParamsForm = expQueryParam.value;