diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue index d9355283..1a651ebf 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue @@ -217,7 +217,7 @@ watch:{ selProject:function(selProject){ this.filters.selProject=this.selProject - //this.getXmQuestions(); + this.getXmQuestions(); }, qtype:function(){ this.getXmQuestions()