diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue index 200ea8b..e9874f2 100644 --- a/src/views/components/category/PreviewForm.vue +++ b/src/views/components/category/PreviewForm.vue @@ -6,7 +6,6 @@ - { if (item.dictionaryConfigId) { FetchFindAllSubsetById({ id: item.dictionaryConfigId.id }).then(res => { - parentNode.children = res.content.map(function(obj) { + parentNode.children = res.map(function(obj) { if (obj.hasChildren) { obj.children = null }