diff --git a/frontend/src/components/ElTreeSelect/index.vue b/frontend/src/components/ElTreeSelect/index.vue index 4311d0f374..21f249fe73 100644 --- a/frontend/src/components/ElTreeSelect/index.vue +++ b/frontend/src/components/ElTreeSelect/index.vue @@ -241,6 +241,7 @@ export default { if (val) { this.ids = this._checkSum() this._emitFun() + this.$emit('check', null, this.ids, null) return } this._selectClearFun()