diff --git a/ui/src/components/card-checkbox/index.vue b/ui/src/components/card-checkbox/index.vue index 1d437732..e5d7282e 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() {