Merge pull request #3249 from dataease/pr@dev@fix_filter_tree
fix(过滤器): 树过滤器多选模式下选择部分节点再全选对目标视图无效
This commit is contained in:
commit
e7851f9f7d
@ -241,6 +241,7 @@ export default {
|
||||
if (val) {
|
||||
this.ids = this._checkSum()
|
||||
this._emitFun()
|
||||
this.$emit('check', null, this.ids, null)
|
||||
return
|
||||
}
|
||||
this._selectClearFun()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user