Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
huamu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭铭瑶
huamu
Commits
85a74bdb
Commit
85a74bdb
authored
Sep 27, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
09.27标签筛选名后跟统计数字
parent
1af05b5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
filter-drawer.vue
src/view/components/filter-drawer.vue
+13
-8
No files found.
src/view/components/filter-drawer.vue
View file @
85a74bdb
...
...
@@ -172,7 +172,7 @@
<
script
lang=
"ts"
setup
>
import
store
from
'@/store'
import
{
computed
,
onMounted
,
ref
,
watch
}
from
'vue'
import
{
computed
,
ref
,
watch
}
from
'vue'
import
{
useFetchOrg
,
useFetchMember
,
...
...
@@ -306,13 +306,18 @@ const getCommunities = async (name?: string) => {
.
filter
((
item
:
string
)
=>
!!
item
)
}
onMounted
(()
=>
{
getOrgTags
()
getMemberTags
()
getAreas
()
getCommittees
()
getCommunities
()
})
watch
(
()
=>
store
.
state
.
auth
.
code
,
(
code
)
=>
{
if
(
!
code
)
return
getOrgTags
()
getMemberTags
()
getAreas
()
getCommittees
()
getCommunities
()
},
{
immediate
:
true
},
)
const
getDetail
=
async
(
type
:
string
,
name
:
string
)
=>
{
let
res
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment