Explorar o código

模板修改标签池数据获取

zhouna %!s(int64=6) %!d(string=hai) anos
pai
achega
b1aa0bd40d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
         }
     },