Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
247b84bef9d4e9d01fe8e8de59e38894d214cc3e
Authored by
ww
2024-05-08 22:08:26 +0800
1 parent
8bff4e27
fix: 修复组织树会触发两次select事件
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/common/organizationIdTree/src/OrganizationIdTree.vue
src/views/common/organizationIdTree/src/OrganizationIdTree.vue
View file @
247b84b
...
...
@@ -102,7 +102,6 @@
102
102
...unref(getProps),
103
103
onSelect: (keys: string[]) => {
104
104
handleSelect(keys);
105
-
unref(getProps)?.onSelect?.(keys?.[0]);
106
105
},
107
106
} as BasicTreePropsType;
108
107
});
...
...