reloaded 4 năm trước cách đây
mục cha
commit
19af09fb4a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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();
     },
     //选中问题时触发