This commit is contained in:
icssoa 2021-09-27 14:43:46 +08:00
parent afdb674824
commit 608552f7f8

View File

@ -109,8 +109,10 @@ export default defineComponent({
// //
function onCheckChange() { function onCheckChange() {
if (refs.value.tree) {
emit("update:modelValue", refs.value.tree.getCheckedKeys()); emit("update:modelValue", refs.value.tree.getCheckedKeys());
} }
}
// //
watch(keyword, (val: string) => { watch(keyword, (val: string) => {