From 0d9de24226d61a50c5b6c50b201be7f32eb0a478 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 29 Sep 2022 09:47:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=87=E6=BB=A4=E5=99=A8):=20=E6=A0=91?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E5=99=A8=E5=A4=9A=E9=80=89=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E9=80=89=E6=8B=A9=E9=83=A8=E5=88=86=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=86=8D=E5=85=A8=E9=80=89=E5=AF=B9=E7=9B=AE=E6=A0=87=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ElTreeSelect/index.vue | 1 + 1 file changed, 1 insertion(+) 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()