2023年11月12日 更改导出名称
This commit is contained in:
parent
903644f56c
commit
fe299d5a6e
|
@ -310,7 +310,7 @@ async function onExport(dcType){
|
||||||
//let dcType = 'pdf';
|
//let dcType = 'pdf';
|
||||||
// let dcType = 'doc';
|
// let dcType = 'doc';
|
||||||
|
|
||||||
let fileName = dcType == 'pdf'?'教学听课情况表.pdf':'教学听课情况表.docx';
|
let fileName = dcType == 'pdf'?'线上开放课堂运行状态报告.pdf':'线上开放课堂运行状态报告.docx';
|
||||||
// let fileName = '教学听课情况表.docx';
|
// let fileName = '教学听课情况表.docx';
|
||||||
let paramsForm = queryParam.value;
|
let paramsForm = queryParam.value;
|
||||||
let expParamsForm = expQueryParam.value;
|
let expParamsForm = expQueryParam.value;
|
||||||
|
|
Loading…
Reference in New Issue