This commit is contained in:
LiJianZhao 2025-04-30 10:42:34 +08:00
parent 799a858f72
commit 9ac4a9ab3e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}) })
} }