From 8b259f57a3dc88a1b90d5124ae06615e5feb9e48 Mon Sep 17 00:00:00 2001 From: wyx Date: Wed, 18 Jan 2023 22:03:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AF=BC=E5=85=A5=E6=88=90=E7=BB=A9?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B6=85=E6=97=B6=E6=8F=90=E7=A4=BA=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=8C=E5=85=B3=E9=97=AD=E8=BD=AC=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ExportScore.vue | 4 ++++ 1 file changed, 4 insertions(+) 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) => {