This commit is contained in:
2024-06-05 00:35:33 +05:00
parent db2ab34cc2
commit aa2a018004
4 changed files with 41 additions and 93 deletions

View File

@@ -91,12 +91,14 @@ const getPatientMeetingList = async () => {
end_time: changeDateFormat(history.end_time),
duration: totalCallDuration(history.start_time, history.end_time),
}));
console.log(list);
};
// Lifecycle hooks
onBeforeMount(() => {});
onMounted(async () => {
await getPatientMeetingList();
});
onUnmounted(() => {});
const historyDetail = (item) => {