Commit f17356af by guomingpang

Merge branch 'feature/pangguoming/20210805/wechat_audit' into rc

parents 96c2b758 6b2a0189
......@@ -121,6 +121,13 @@ function WechatUserAuditList(props) {
message.success('操作成功');
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