reloaded 4 years ago
parent
commit
19af09fb4a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/question/part/wenjuan.vue

+ 3 - 1
src/views/question/part/wenjuan.vue

@@ -191,7 +191,9 @@ export default {
       this.dialogFormVisible = true;
       this.qstatus = null;
       this.qtype = null;
-      this.form = {};
+      this.form = {
+        question: [],
+      };
       this.searchQuestion();
     },
     //选中问题时触发