fix(过滤器): 树过滤器多选模式下选择部分节点再全选对目标视图无效

This commit is contained in:
fit2cloud-chenyw 2022-09-29 09:47:36 +08:00
parent e19e3ccc2f
commit 0d9de24226

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()