From bc647c5e5e95f3898e3af66c02d7911df8547b4e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sun, 29 Mar 2020 17:28:51 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy

---
 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