fix: 修复添加关联知识库选中失效问题

This commit is contained in:
wangdan-fit2cloud 2024-07-29 11:19:13 +08:00
parent 1979cf12c4
commit 485eeb6ac1

View File

@ -53,6 +53,7 @@ const checked = () => {
} else {
emit('update:modelValue', [...value, toModelValue.value])
}
checkboxChange()
}
function checkboxChange() {