Commit 8ad008e0 by zhaochengxiang

申请提示

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