perbaikan master

This commit is contained in:
2024-07-03 13:01:36 +07:00
parent b095f870dd
commit a1b259ac9f
12 changed files with 42 additions and 30 deletions

View File

@@ -48,7 +48,8 @@ export class MasterFloorComponent {
this.dataMasterCategori = res.results.data.find(
(item) => item.name === "master_floor"
);
this.filteredRows = this.dataMasterCategori.headerDetailParam;
// this.filteredRows = this.dataMasterCategori.headerDetailParam;
this.filteredRows = this.dataMasterCategori.headerDetailParam.sort((a, b) => b.id - a.id);
});
}