Update add.js

This commit is contained in:
姜棚 2021-11-30 00:01:42 +08:00
parent c2647a7be7
commit 95898ac09c
1 changed files with 1 additions and 1 deletions

View File

@ -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/');
}) })
}) })