forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-29 bc647c5e5e95f3898e3af66c02d7911df8547b4e
SunshineIns/src/page/Newly.jsx
@@ -171,6 +171,8 @@
    this.setState({
      btnLoading: true
    })
    console.log('questionDtos', questionDtos);
    Fetch.saveQuestionTemp({
      ...initData,
      title: extraData.questionnairTitle,
@@ -184,6 +186,7 @@
      })
      if (res.code == 0) {
        message.success('问卷提交成功');
        this.props.history.push('/questionnaire/newlyList');
      }
    })
  }