forked from integrated_whb/integrated_whb_vue
修复一企一档-年度安全培训教育计划导出失败问题
parent
27b5c216c9
commit
d927b68044
|
@ -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(
|
||||||
"导出后请前往档案下载中下载该档案!",
|
"导出后请前往档案下载中下载该档案!",
|
||||||
|
|
Loading…
Reference in New Issue