Merge branch 'dev' of https://git.codelfi.com/TelemedPro/hgh_admin into dev
This commit is contained in:
commit
98c3b2c797
@ -40,10 +40,7 @@ const selectedOptions = [
|
||||
const refVForm = ref(null)
|
||||
|
||||
onBeforeMount(async () => {});
|
||||
onMounted(async () => {
|
||||
appointmentId.value = route.params.id;
|
||||
console.log("appointmentId",appointmentId.value);
|
||||
});
|
||||
onMounted(async () => {});
|
||||
onUnmounted(async () => {});
|
||||
|
||||
// headers
|
||||
@ -69,7 +66,7 @@ const getPatientMeetingList = computed(async () => {
|
||||
patientMeetingList.value = [];
|
||||
store.dispatch('updateIsLoading', true)
|
||||
await store.dispatch('patientMeetingList', {
|
||||
id: appointmentId.value
|
||||
id: route.params.id
|
||||
})
|
||||
console.log('patientMeetingList',store.getters.getPatientMeetingList)
|
||||
let list = store.getters.getPatientMeetingList
|
||||
|
Loading…
Reference in New Issue
Block a user