feat: 保持方法一致性

This commit is contained in:
xingyu4j
2025-10-16 16:33:49 +08:00
parent 79d7972172
commit 6c82311b1f

View File

@@ -32,9 +32,9 @@ function handleSearch(e: any) {
}
/** 选中部门 */
const handleSelect = (_selectedKeys: any[], info: any) => {
function handleSelect(_selectedKeys: any[], info: any) {
emit('select', info.node.dataRef);
};
}
/** 初始化 */
onMounted(async () => {