This commit is contained in:
Muhammad Shahzad
2024-06-05 16:38:49 +05:00
parent a924bd603e
commit 6c9391da7b
3 changed files with 9 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ onUnmounted(() => {});
const historyDetail = (item, value) => {
console.log('item',item.id ,value)
if(value == 'notes')
router.push('/admin/patient/meeting-details/' + route.params.id + '/' + item.id);
router.push('/admin/patient/meeting/notes/' + route.params.id + '/' + item.id);
if(value == 'prescription')
router.push('/admin/patient/meeting/prescription/' + route.params.id + '/' + item.id);
}