feat: recreated index SEP page with updated permissions and structure
This commit is contained in:
No files matched your search
File diff suppressed because it is too large
Load diff
@@ -6,7 +6,6 @@ const name = 'rencana-kontrol'
|
|||||||
|
|
||||||
export function getList(params: any = null) {
|
export function getList(params: any = null) {
|
||||||
let url = path
|
let url = path
|
||||||
console.log(params)
|
|
||||||
if (params?.letterNumber && params.mode === 'by-control') {
|
if (params?.letterNumber && params.mode === 'by-control') {
|
||||||
url += `/noSuratKontrol/${params.letterNumber}`
|
url += `/noSuratKontrol/${params.letterNumber}`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user