|
@@ -123,7 +123,7 @@ export default Form.create()(props => {
|
123
|
123
|
<AddOn dataSource={addOnData} onFileInput={f => file.current = f}/>
|
124
|
124
|
</Form.Item>
|
125
|
125
|
<Form.Item {...tailFormItemLayout} >
|
126
|
|
- <Button type="primary" onClick={() => handleSubmit(2)}>草稿</Button>
|
|
126
|
+ {/* <Button type="primary" onClick={() => handleSubmit(2)}>草稿</Button> */}
|
127
|
127
|
<Button type="danger" style={{ marginLeft: '24px' }} onClick={() => handleSubmit(0)}>发布</Button>
|
128
|
128
|
<Button style={{ marginLeft: '24px' }} onClick={() => router.go(-1)}>取消</Button>
|
129
|
129
|
</Form.Item>
|