feat: 保持方法一致性
parent
79d7972172
commit
6c82311b1f
|
|
@ -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);
|
emit('select', info.node.dataRef);
|
||||||
};
|
}
|
||||||
|
|
||||||
/** 初始化 */
|
/** 初始化 */
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue