Commit 8ad008e0 by zhaochengxiang

申请提示

parent 9a744013
......@@ -43,8 +43,8 @@ const StartFlowModal = (props) => {
callback: data => {
reset();
if ((data||'') !== '') {
showNotifaction('申请提示', data, 5);
if (data) {
showNotifaction('申请提示', (data === 'ok')?'资产申请成功,请在我的流程》我的申请中查看详情':data, 5);
}
onCancel && onCancel(true);
......
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