11.21 11.15电子评标室预约优化

This commit is contained in:
jl-zhoujl2
2022-11-21 10:38:05 +08:00
parent c852fd29e0
commit f42e7dbacf
6 changed files with 403 additions and 238 deletions

View File

@ -19,7 +19,9 @@ const Loading: React.FC<{}> = () => {
break;
}
}
history.replace({ pathname: "/ElecEvaluation/AppointmentManage", state: { redirect: true } });
setTimeout(() => {
history.replace({ pathname: "/ElecEvaluation/AppointmentManage", state: { redirect: true } });
}, 500);
}, []);
return (