mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
🐛 hospitals添加数据监听
This commit is contained in:
parent
a3da995a88
commit
4c4561b35d
|
@ -70,9 +70,9 @@ const router = useRouter()
|
|||
const route = useRoute()
|
||||
|
||||
const userInfo = useLoginStore().getlogin()
|
||||
let hospitals: any
|
||||
const hospitals = ref([] as any)
|
||||
getHospitalsData().then((res: any) => {
|
||||
hospitals = res
|
||||
hospitals.value = res
|
||||
console.log(res)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user