|
@@ -86,7 +86,7 @@ function CartBody(props) {
|
86
|
86
|
openNotificationWithIcon('success', '操作成功')
|
87
|
87
|
props.onSuccess()
|
88
|
88
|
}).catch(err => {
|
89
|
|
- openNotificationWithIcon('error', err.message)
|
|
89
|
+ // openNotificationWithIcon('error', err.message)
|
90
|
90
|
})
|
91
|
91
|
|
92
|
92
|
modal.destroy();
|
|
@@ -269,7 +269,7 @@ function body(props) {
|
269
|
269
|
{getFieldDecorator('buildingStatus')(
|
270
|
270
|
<Select style={{ width: '180px' }} placeholder="楼盘状态" onChange={handleSelectChange}>
|
271
|
271
|
<Option value="1">发布</Option>
|
272
|
|
- <Option value="0">未发布</Option>
|
|
272
|
+ <Option value="2">未发布</Option>
|
273
|
273
|
</Select>,
|
274
|
274
|
)}
|
275
|
275
|
</Form.Item>
|