Commit 6b2a0189 by guomingpang

fix:微信审核bug修复

parent c1319e6e
...@@ -121,6 +121,13 @@ function WechatUserAuditList(props) { ...@@ -121,6 +121,13 @@ function WechatUserAuditList(props) {
message.success('操作成功'); message.success('操作成功');
onChange(query) onChange(query)
} }
}).catch(res=>{
if(res.code === 'THIS_OPERATION_INVALID'){
window.RCHistory.goBack();
}
if(res.code === 'AUDIT_HAS_OPERATION'){
onChange(query)
}
}); });
} }
......
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