diff --git a/src/pages/plan/add/add.js b/src/pages/plan/add/add.js index 13c737ee..75229b05 100644 --- a/src/pages/plan/add/add.js +++ b/src/pages/plan/add/add.js @@ -202,7 +202,7 @@ export default class add extends React.Component{ Notify.success("发送成功,请在1-2分钟后查看") this.props.history.push('/home/plan-list/'); },(err)=>{ - Notify.success("发送成功,请在1-2分钟后查看") + Notify.error(err) this.props.history.push('/home/plan-list/'); }) })