From 4a76c06e7f754e232338ce7e075c08924cffe209 Mon Sep 17 00:00:00 2001 From: xuxj <hugeinfo123> Date: Wed, 08 Apr 2020 11:52:38 +0800 Subject: [PATCH] 部分细节修改 --- SunshineIns/src/page/Newly.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SunshineIns/src/page/Newly.jsx b/SunshineIns/src/page/Newly.jsx index 74d15da..7145473 100644 --- a/SunshineIns/src/page/Newly.jsx +++ b/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'); } }) } -- Gitblit v1.8.0