fix new hit endpoint pbg status

This commit is contained in:
arifal hidayat
2025-08-31 01:22:51 +07:00
parent 63310f2748
commit 65d9247b46
7 changed files with 186 additions and 6 deletions

View File

@@ -239,6 +239,7 @@ class PublicSearch {
{ name: "Jenis Konsultasi", width: "150px" },
{ name: "Tanggal Jatuh Tempo", width: "140px" },
{ name: "Retribusi", width: "120px" },
{ name: "Note", width: "120px" },
],
search: false,
pagination: {
@@ -278,6 +279,7 @@ class PublicSearch {
item.nilai_retribusi_bangunan
)
: "-",
item.note || "-",
]);
},
total: (data) => data.total || 0,