提交 d8488bd1 编写于 作者: Mosher's avatar Mosher

修复表格刷新时数据异常选中问题

上级 081b1424
......@@ -1360,6 +1360,10 @@ ${gridColumn.getName()}
return;
}
if(Object.is(action,'appRefresh')){
if(this.selections && this.selections.length > 0) {
this.selections = [];
this.$emit('selectionchange', this.selections);
}
this.refresh([data]);
}
})
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册