|
|
|
@ -113,6 +113,7 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
description:values.description,
|
|
|
|
|
});
|
|
|
|
|
this.props.getinputdata();
|
|
|
|
|
this.props.getyslboolfalse();
|
|
|
|
|
this.props.showNotification(result.data.message);
|
|
|
|
|
}else {
|
|
|
|
|
this.props.showNotification(result.data.message);
|
|
|
|
@ -287,7 +288,7 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<Form.Item>
|
|
|
|
|
<div className="clearfix mt28 fr pb50 mr25" style={{display:"block;"}}>
|
|
|
|
|
<div className="clearfix mt28 fr pb50 mr25">
|
|
|
|
|
<a className="defalutCancelbtn fl mr20 " onClick={()=>this.bianji(false)}>取消</a>
|
|
|
|
|
<Button htmlType="submit" className="ant-btn defalutSubmitbtn fl ant-btn-primary">
|
|
|
|
|
<span>提 交</span></Button>
|
|
|
|
|