dev
This commit is contained in:
parent
799a858f72
commit
9ac4a9ab3e
|
|
@ -145,7 +145,7 @@ const getDockerList = () => {
|
||||||
let query={
|
let query={
|
||||||
role:1
|
role:1
|
||||||
}
|
}
|
||||||
post('organization/member/search').then((res: any) => {
|
post('organization/member/search',{query:query}).then((res: any) => {
|
||||||
dockerList.value = res
|
dockerList.value = res
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue