dev
This commit is contained in:
parent
f5718af4bc
commit
799a858f72
|
|
@ -142,7 +142,10 @@ const clickItem = (item: any) => {
|
||||||
}
|
}
|
||||||
const dockerList = ref<any[]>([])
|
const dockerList = ref<any[]>([])
|
||||||
const getDockerList = () => {
|
const getDockerList = () => {
|
||||||
post('organization/member/allDoctorList').then((res: any) => {
|
let query={
|
||||||
|
role:1
|
||||||
|
}
|
||||||
|
post('organization/member/search').then((res: any) => {
|
||||||
dockerList.value = res
|
dockerList.value = res
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue