Merge branch 'feat/prescription' of github.com:dikstub-rssa/simrs-fe into feat/prescription

This commit is contained in:
Andrian Roshandy
2025-11-19 22:21:36 +07:00
+2 -2
View File
@@ -67,7 +67,7 @@ watch(flatMode, (newVal) => {
flatModeLabel.value = newVal ? 'Mode Flat: Ya' : 'Mode Flat: Tidak' flatModeLabel.value = newVal ? 'Mode Flat: Ya' : 'Mode Flat: Tidak'
}) })
const voidFn = () => {} const vFn = () => {} // Void function
const headerPrep: HeaderPrep = { const headerPrep: HeaderPrep = {
title: 'Order Obat', title: 'Order Obat',
icon: 'i-lucide-box', icon: 'i-lucide-box',
@@ -95,7 +95,7 @@ const headerPrep: HeaderPrep = {
recItem.value = null recItem.value = null
recId.value = 0 recId.value = 0
isReadonly.value = false isReadonly.value = false
const saveResp = await handleActionSave({ encounter_id }, voidFn, voidFn, voidFn) const saveResp = await handleActionSave({ encounter_id }, vFn, vFn, vFn)
if (saveResp.success) { if (saveResp.success) {
setQueryParams({ setQueryParams({
'mode': 'entry', 'mode': 'entry',