Commit ab14657f by caoyanzhi

修复实时标签更新频率没有隐藏的问题

parent 1b880d70
......@@ -237,6 +237,7 @@ export default {
listNumber += this.selectedTags[index].length;
index++;
}
this.checkRealTime();
return listNumber;
},
marginSixty() {
......@@ -292,7 +293,6 @@ export default {
expendsGroupList() {
// if (this.selectedTags && this.selectedTags.length) {
this.groupShow = true;
this.checkRealTime();
// }
},
returnTagData(tagData) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment