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

View File

@ -109,7 +109,9 @@ export default defineComponent({
//
function onCheckChange() {
emit("update:modelValue", refs.value.tree.getCheckedKeys());
if (refs.value.tree) {
emit("update:modelValue", refs.value.tree.getCheckedKeys());
}
}
//