This commit is contained in:
parent
313f15f7e5
commit
72bc17b6a7
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue