Merge pull request #3249 from dataease/pr@dev@fix_filter_tree

fix(过滤器): 树过滤器多选模式下选择部分节点再全选对目标视图无效
This commit is contained in:
xuwei-fit2cloud 2022-09-29 10:19:23 +08:00 committed by GitHub
commit e7851f9f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,6 +241,7 @@ export default {
if (val) {
this.ids = this._checkSum()
this._emitFun()
this.$emit('check', null, this.ids, null)
return
}
this._selectClearFun()