feat(division): fixing logic treeview

This commit is contained in:
riefive
2025-10-04 09:05:28 +07:00
parent 71e0615ee1
commit a7cbbeeda9
6 changed files with 32 additions and 8 deletions
-1
View File
@@ -129,7 +129,6 @@ watch(
})
if (result.success) {
const currentData = result.body.data || []
console.log(currentData)
divisionsTrees.value = convertDivisionToTreeItems(currentData || [])
}
},