guhongwei 4 anni fa
parent
commit
45caa414a7
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/techolchat/index/question.vue

+ 2 - 1
src/views/techolchat/index/question.vue

@@ -70,7 +70,8 @@ export default {
     },
     // 填写问卷
     toQuestionnaire(data) {
-      this.$router.push({ path: '/questionnaire/answer', query: { id: data._id } });
+      // this.$router.push({ path: '/questionnaire/answer', query: { id: data._id } });
+      this.$router.push({ path: './list', query: { index: 2, id: data._id } });
     },
     // 整理时间
     getDate(date) {