|
@@ -153,7 +153,7 @@ const NewDetailForm = Form.create()(React.createClass({
|
|
|
thePictureUrl = picArr.join(",");
|
|
|
};
|
|
|
if (!err) {
|
|
|
- let publishPages =(values.publishPages).join(',')
|
|
|
+ // let publishPages =(values.publishPages).join(',')
|
|
|
this.setState({
|
|
|
loading: true
|
|
|
});
|
|
@@ -176,7 +176,7 @@ const NewDetailForm = Form.create()(React.createClass({
|
|
|
auditStatus:index,
|
|
|
summary: values.summary,
|
|
|
provinceId: (values.ProvinceCity)[0],
|
|
|
- publishPages:publishPages
|
|
|
+ // publishPages:publishPages
|
|
|
}
|
|
|
}).done(function (data) {
|
|
|
this.setState({
|
|
@@ -343,7 +343,7 @@ const NewDetailForm = Form.create()(React.createClass({
|
|
|
<span>{theData.releaseStatus?'已发布':'未发布'}</span>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
- <div className="clearfix">
|
|
|
+ {/* <div className="clearfix">
|
|
|
<FormItem className="full-item"
|
|
|
labelCol={{ span: 3 }}
|
|
|
wrapperCol={{ span: 18 }} label="发布位置">
|
|
@@ -354,14 +354,14 @@ const NewDetailForm = Form.create()(React.createClass({
|
|
|
<Checkbox.Group>
|
|
|
<Row>
|
|
|
<Col span={6}><Checkbox value="web_index" disabled>网站新闻首页</Checkbox></Col>
|
|
|
- <Col span={6}><Checkbox value="web_tech_service_index">网站科技服务首页</Checkbox></Col>
|
|
|
- <Col span={6}><Checkbox value="app_policy_index" disabled>app政策首页</Checkbox></Col>
|
|
|
+ <Col span={6}><Checkbox value="web_tech_service_index">网站申请首页</Checkbox></Col>
|
|
|
+ <Col span={6}><Checkbox value="app_policy_index" disabled>app新闻首页</Checkbox></Col>
|
|
|
<Col span={6}><Checkbox value="app_tech_service_index">APP科技服务首页</Checkbox></Col>
|
|
|
</Row>
|
|
|
</Checkbox.Group>
|
|
|
)}
|
|
|
</FormItem>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
<div className="clearfix">
|
|
|
<FormItem wrapperCol={{ span: 12, offset: 3 }}>
|
|
|
<Button className="set-submit" type="primary" htmlType="submit">
|