Skip to content

Commit

Permalink
feat: Permission服务-项目成员管理 #9620
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 16520
  • Loading branch information
vhwweng committed Aug 26, 2024
1 parent 4547eea commit 74b65e8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
:scroll-loading="scrollLoading"
:remote-method="handleSearchProject"
@change="handleSelectProject"
:popoverOptions="popoverOptions"
>
<div v-for="(project, index) in filterProjectList"
:key="index">
Expand Down Expand Up @@ -239,7 +240,10 @@ export default {
projectList: [],
searchProjectKey: '',
curProjectCode: this.projectCode,
fetchGroupLoading: false
fetchGroupLoading: false,
popoverOptions: {
zIndex: 2000
}
};
},
computed: {
Expand Down

0 comments on commit 74b65e8

Please sign in to comment.