fix: get detail monalisa bulanan aging complain

This commit is contained in:
kur0nek-o
2024-04-17 10:19:59 +07:00
parent 0fd4b4e433
commit 029824e0f3
3 changed files with 100 additions and 17 deletions

View File

@ -32,7 +32,6 @@ const regional = ref({ id: 0, name: regionalPlaceholder })
const emit = defineEmits(['update:filters'])
// Find index of January
const bulanIndex = months.findIndex((month) => month.id === bulan.value.id)
console.log(bulanSelected)
// Remove January if found
if (bulanIndex !== -1) {
months.splice(bulanIndex, 1)