reloaded 4 年之前
父節點
當前提交
19af09fb4a
共有 1 個文件被更改,包括 3 次插入1 次删除
  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();
     },
     //选中问题时触发