修复一企一档-年度安全培训教育计划导出失败问题

dev
WL 2024-06-27 15:41:00 +08:00
parent 27b5c216c9
commit d927b68044
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ const fnExport = debounce(
await ElMessageBox.confirm("确定要导出吗?", { type: "warning" }); await ElMessageBox.confirm("确定要导出吗?", { type: "warning" });
await downloadTrainingplanword({ await downloadTrainingplanword({
YEAR: props.year, YEAR: props.year,
NAME: props.name, NAME: props.corpName,
}); });
await ElMessageBox.confirm( await ElMessageBox.confirm(
"导出后请前往档案下载中下载该档案!", "导出后请前往档案下载中下载该档案!",