Compare commits

..

No commits in common. "a841c66aa079f5fb48dc6555432c54cf63def65e" and "5eaa8dc509e4cc339b98b5a9e44170990159c24e" have entirely different histories.

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.corpName, NAME: props.name,
}); });
await ElMessageBox.confirm( await ElMessageBox.confirm(
"导出后请前往档案下载中下载该档案!", "导出后请前往档案下载中下载该档案!",