guhongwei 4 years ago
parent
commit
5c89768a21
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/techolchat/list/detail-model/questionnaire-model.vue

+ 3 - 0
src/views/techolchat/list/detail-model/questionnaire-model.vue

@@ -182,6 +182,9 @@ export default {
   },
   computed: {
     ...mapState(['user', 'menuParams']),
+    id() {
+      return this.$route.query.id;
+    },
     pageTitle() {
       return `${this.$route.meta.title}`;
     },