Browse Source

模板修改标签池数据获取

zhouna 6 years ago
parent
commit
b1aa0bd40d
1 changed files with 1 additions and 0 deletions
  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);
         }
     },