This commit is contained in:
nasir@endelospay.com 2024-06-11 01:45:08 +05:00
parent d6508b7201
commit ca1200e86a
2 changed files with 2 additions and 7 deletions

View File

@ -99,7 +99,7 @@ onMounted(async () => {
</VWindowItem>
<VWindowItem>
<PatientProfile :prescription-data="patientDtail"/>
<PatientProfile />
</VWindowItem>

View File

@ -17,12 +17,7 @@ const dob = ref(null);
const agePatient = ref(null);
const isMobile = ref(window.innerWidth <= 768);
const patientId = route.params.id
const props = defineProps({
userData: {
type: Object,
required: true,
},
})
onMounted(async () => {