This commit is contained in:
姜棚 2021-11-28 11:31:44 +08:00
parent 313f15f7e5
commit 72bc17b6a7
2 changed files with 3 additions and 6 deletions

View File

@ -202,7 +202,8 @@ export default class add extends React.Component{
Notify.success("发送成功")
this.props.history.push('/home/plan-list/');
},(err)=>{
Notify.error(err)
Notify.success("发送成功")
this.props.history.push('/home/plan-list/');
})
})
@ -307,7 +308,7 @@ export default class add extends React.Component{
this.state.audit_visible ? (
<div className="audit-box" >
<Icon type="close" className="audit-close" onClick={(e)=>{this.cancel(e)}} />
<Icon type="close" className="audit-close" onClick={(e)=>{this.onReturn(e)}} />
<div className="audit-box-title">审核通过</div>
<div className="audit-box-question">是否立即发送key以及解压密码?</div>
<div className="phone-group">

View File

@ -50,13 +50,9 @@ export default class acclist extends React.Component{
}
submit(){
console.log(this.state.model)
let data = false
console.log(this.state.model)
console.log(77798798798798)
if(this.refs.form1.validator())
{
console.log("验证通过666")
data = {}
data.theme_id = this.state.model.theme_id.key
data.list = this.state.model.list