Commit 4f229f15 authored by xinzhedeai's avatar xinzhedeai

fix:隐患检查 全部已读tab数字清空处理

parent efe3bd7c
......@@ -86,6 +86,10 @@ window.addEventListener('load', function () {
this.$set(item, 'msgFlag', false); // 动态添加响应式属性
}
});
this.tabList.forEach(item1 => {
this.$set(item1, 'msgNum', 0); // 动态添加响应式属性
});
}
}
)
......
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