feat: recreated index SEP page with updated permissions and structure

This commit is contained in:
riefive
2025-11-26 13:59:34 +07:00
parent 9a539a60f9
commit e9ce5927bd
5 changed files with 631 additions and 633 deletions
File diff suppressed because it is too large Load Diff
@@ -6,7 +6,6 @@ const name = 'rencana-kontrol'
export function getList(params: any = null) {
let url = path
console.log(params)
if (params?.letterNumber && params.mode === 'by-control') {
url += `/noSuratKontrol/${params.letterNumber}`
}