fix
This commit is contained in:
parent
d6508b7201
commit
ca1200e86a
@ -99,7 +99,7 @@ onMounted(async () => {
|
||||
</VWindowItem>
|
||||
|
||||
<VWindowItem>
|
||||
<PatientProfile :prescription-data="patientDtail"/>
|
||||
<PatientProfile />
|
||||
</VWindowItem>
|
||||
|
||||
|
||||
|
@ -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 () => {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user