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