perbaikan master

This commit is contained in:
2024-07-10 16:38:19 +07:00
parent 2194d2f720
commit 8d9840acec
23 changed files with 41 additions and 39 deletions

View File

@@ -125,7 +125,7 @@ export class CostManagementComponent implements OnInit {
(item) => item.name === "master_category"
).headerDetailParam;
this.dataMasterCategori = dataCategory.filter(
(item) => item.status === "2"
(item) => item.statusName.toLowerCase() === "aktif"
);
});
}