feat(division): fixing logic treeview
This commit is contained in:
@@ -129,7 +129,6 @@ watch(
|
||||
})
|
||||
if (result.success) {
|
||||
const currentData = result.body.data || []
|
||||
console.log(currentData)
|
||||
divisionsTrees.value = convertDivisionToTreeItems(currentData || [])
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user