提交 7e8fbbde 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据视图快速分组组件 --fix4

上级 43917f0c
......@@ -75,7 +75,9 @@ export default class AppQuickGroupTab extends Vue {
if (this.items) {
this.items.every((item: any) => {
if (item.default) {
this.handleClick(item, true);
this.$nextTick(() => {
this.handleClick(item, true);
})
}
return !item.default;
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册