mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix(过滤器): 树过滤器多选模式下选择部分节点再全选对目标视图无效
This commit is contained in:
parent
e19e3ccc2f
commit
0d9de24226
@ -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