reloaded před 4 roky
rodič
revize
19af09fb4a
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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();
     },
     //选中问题时触发