fix:导入成绩接口超时提示失败,关闭转圈

This commit is contained in:
wyx
2023-01-18 22:03:13 +08:00
parent 4365cdb0ed
commit 8b259f57a3

View File

@@ -286,6 +286,10 @@ export default {
console.log("props.getStudent", props.getStudent); console.log("props.getStudent", props.getStudent);
clearInterval(timer); clearInterval(timer);
} }
}else{
state.addLoading = false;
message.destroy();
message.error(`文件导入超时`);
} }
}) })
.catch((err) => { .catch((err) => {