|
|
@ -83,7 +83,7 @@ const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
|
|
|
|
if (response.data.status == 0) {
|
|
|
|
if (response.data.status == 0) {
|
|
|
|
this.props.showNotification(`创建签到成功`);
|
|
|
|
this.props.showNotification(`创建签到成功`);
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
type:true
|
|
|
|
type:false
|
|
|
|
})
|
|
|
|
})
|
|
|
|
hideCreatesign()
|
|
|
|
hideCreatesign()
|
|
|
|
settabsdata()
|
|
|
|
settabsdata()
|
|
|
@ -165,6 +165,7 @@ const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
|
|
|
|
closable={false}
|
|
|
|
closable={false}
|
|
|
|
footer={null}
|
|
|
|
footer={null}
|
|
|
|
width={600}
|
|
|
|
width={600}
|
|
|
|
|
|
|
|
destroyOnClose={true}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Form {...formItemLayout}>
|
|
|
|
<Form {...formItemLayout}>
|
|
|
|
|
|
|
|
|
|
|
|