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