1
0
mirror of https://github.com/veops/cmdb.git synced 2025-08-11 11:44:19 +08:00

fix(cmdb-ui):service tree key

This commit is contained in:
wang-liang0615
2024-04-17 20:41:30 +08:00
parent 27e9919198
commit cfdf5d52f9

@@ -997,8 +997,8 @@ export default {
return
}
const treeData = []
const _treeKeys = _.cloneDeep(this.treeKeys)
facet.forEach((item) => {
const _treeKeys = _.cloneDeep(this.treeKeys)
_treeKeys.push(item.ciId + '%' + item.typeId + '%' + `{"${item.unique}":"${item.uniqueValue}"}`)
treeData.push({
title: item.showName ? item.showNameValue : item.uniqueValue,