mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
优化
This commit is contained in:
parent
afdb674824
commit
608552f7f8
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
// 监听过滤
|
||||
|
Loading…
Reference in New Issue
Block a user