Commit fa2c9380 authored by XieZhiXiong's avatar XieZhiXiong

fix: 添加提交成功之后跳转 待提交授信申请单列表需求

parent 2791cbbc
......@@ -108,7 +108,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
}).then(res => {
if (res.code === 1000) {
setTimeout(() => {
history.goBack();
history.replace('/memberCenter/payandSettle/creditApplication/quotaPrSubmit');
}, 800);
}
}).finally(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment