mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复添加关联知识库选中失效问题
This commit is contained in:
parent
1979cf12c4
commit
485eeb6ac1
|
|
@ -53,6 +53,7 @@ const checked = () => {
|
|||
} else {
|
||||
emit('update:modelValue', [...value, toModelValue.value])
|
||||
}
|
||||
checkboxChange()
|
||||
}
|
||||
|
||||
function checkboxChange() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue