11.21 11.15电子评标室预约优化
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user