mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 13:32:26 +08:00
fix(ui): resource search export error
This commit is contained in:
@@ -599,7 +599,7 @@ export default {
|
|||||||
|
|
||||||
preferenceAttrList.forEach((attr) => {
|
preferenceAttrList.forEach((attr) => {
|
||||||
if (Array.isArray(attr?.children) && attr?.children?.length) {
|
if (Array.isArray(attr?.children) && attr?.children?.length) {
|
||||||
attr.children = attr.filter((child) => {
|
attr.children = attr.children.filter((child) => {
|
||||||
return !child?.is_reference
|
return !child?.is_reference
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user