layar baru antrean klinik dan masuk
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user