forked from nsjcy/frontEnd/nsjcy

xuxj
2020-03-24 ebfd434d26f8269e225efe71ed9c80e2d4cf0ae9
SunshineIns/src/page/ActiveManageEdit.jsx
@@ -165,7 +165,8 @@
    questionnaireCancle = () => {
        const {selectedQuestionnaireData}=this.state;
        this.props.history.push(`/questionnaire/detail/${selectedQuestionnaireData.id}`)
        // this.props.history.push(`/questionnaire/detail/${selectedQuestionnaireData.id}`)
        window.open('index.html#/activeManageEditquestionnaire/' + selectedQuestionnaireData.id);
    }
    questionnaireDel = () => {
@@ -719,7 +720,7 @@
                                    <Divider orientation="left" style={{ margin: '20px', width: '97%' }}>培训结果</Divider>
                                    <div style={divStyle}>
                                        <Row type="flex" align='top' justify="space-around">
                                            <Col span={6} pull={0} style={{ textAlign: 'center' }}><span>添加结果图片</span></Col>
                                            <Col span={6} pull={0} style={{ textAlign: 'center' }}><span>结果材料</span></Col>
                                            <Col span={18} push={0} >
                                                <Upload disabled={disabled} listType="picture-card" onPreview={this.handlePreview} {...bottmProps}>
@@ -730,6 +731,7 @@
                                            </Col>
                                        </Row>
                                    </div>
                                </div> : null) : null
                        }