Browse Source

模板修改标签池数据获取

zhouna 6 năm trước cách đây
mục cha
commit
b1aa0bd40d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/preTreat/QuestionTagGroup.vue

+ 1 - 0
src/components/preTreat/QuestionTagGroup.vue

@@ -76,6 +76,7 @@ export default {
           const that = this;
           setTimeout(function(){            //等watch执行后赋值tags,否则这里先执行,会被watch里清空
             that.rightTagsList = tagList;
+            that.searchTagList();
           },100);
         }
     },