From 485eeb6ac16bbbc17e8f9914dcf45e19d5c889e1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 29 Jul 2024 11:19:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=85=B3=E8=81=94=E7=9F=A5=E8=AF=86=E5=BA=93=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/card-checkbox/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/card-checkbox/index.vue b/ui/src/components/card-checkbox/index.vue index 1d4377326..e5d7282e3 100644 --- a/ui/src/components/card-checkbox/index.vue +++ b/ui/src/components/card-checkbox/index.vue @@ -53,6 +53,7 @@ const checked = () => { } else { emit('update:modelValue', [...value, toModelValue.value]) } + checkboxChange() } function checkboxChange() {