edit hak akses belum fix

This commit is contained in:
2025-06-04 08:05:02 +07:00
parent 6efdc71d28
commit 31cd36382a
4 changed files with 48 additions and 11 deletions
+2
View File
@@ -4,7 +4,9 @@
import role_menu from "@/data/dummy/keuangan.role_menu.json";
import menu from "@/data/dummy/keuangan.menu.json";
import { ref } from "vue";
import {boolean} from "zod/v4";
const state = ref(false)
const typeUser = ref<any[]>([]);
$fetch("/api/setting/getTipeUser").then((res) => {
console.log('uuu',res);