layar baru antrean klinik dan masuk

This commit is contained in:
Fanrouver
2026-01-08 12:44:40 +07:00
parent 96b10b9e75
commit 2d3d589fe6
18 changed files with 3253 additions and 69 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export const useMasterStore = defineStore('master', () => {
const getKlinikByKode = (kode) => {
// Menggunakan getter dari clinicStore
const clinic = clinicStore.getClinicConfigByKode(kode);
const clinic = clinicStore.getClinicByKode(kode);
if (clinic) {
return {
id: clinic.id,