fix new hit endpoint pbg status
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user