Compare commits

...

2 Commits

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(
"导出后请前往档案下载中下载该档案!", "导出后请前往档案下载中下载该档案!",