This commit is contained in:
Inshal 2024-06-04 00:30:29 +05:00
parent 4ab49f47a4
commit 859a58aed0

View File

@ -78,11 +78,6 @@ const getPatientMeetingList = computed(async () => {
patientMeetingList.value = list
return patientMeetingList.value
});
onMounted(() => {
})
</script>
<template>