Update add.js
This commit is contained in:
parent
c2647a7be7
commit
95898ac09c
|
@ -202,7 +202,7 @@ export default class add extends React.Component{
|
||||||
Notify.success("发送成功,请在1-2分钟后查看")
|
Notify.success("发送成功,请在1-2分钟后查看")
|
||||||
this.props.history.push('/home/plan-list/');
|
this.props.history.push('/home/plan-list/');
|
||||||
},(err)=>{
|
},(err)=>{
|
||||||
Notify.success("发送成功,请在1-2分钟后查看")
|
Notify.error(err)
|
||||||
this.props.history.push('/home/plan-list/');
|
this.props.history.push('/home/plan-list/');
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue