mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix(过滤器): 树过滤器多选模式下选择部分节点再全选对目标视图无效
This commit is contained in:
@@ -241,6 +241,7 @@ export default {
|
||||
if (val) {
|
||||
this.ids = this._checkSum()
|
||||
this._emitFun()
|
||||
this.$emit('check', null, this.ids, null)
|
||||
return
|
||||
}
|
||||
this._selectClearFun()
|
||||
|
||||
Reference in New Issue
Block a user