diff --git a/src/components/drawers/ExportScore.vue b/src/components/drawers/ExportScore.vue index 521b2812..3c3f18c4 100644 --- a/src/components/drawers/ExportScore.vue +++ b/src/components/drawers/ExportScore.vue @@ -286,6 +286,10 @@ export default { console.log("props.getStudent", props.getStudent); clearInterval(timer); } + }else{ + state.addLoading = false; + message.destroy(); + message.error(`文件导入超时`); } }) .catch((err) => {