diff --git a/nezha-fronted/src/components/chart/chartList.vue b/nezha-fronted/src/components/chart/chartList.vue index 3aa6c502f..4c0b67594 100644 --- a/nezha-fronted/src/components/chart/chartList.vue +++ b/nezha-fronted/src/components/chart/chartList.vue @@ -3,6 +3,7 @@ item.id == group.id) - const groupFindndex = this.copyDataList.find(item => item.id == group.id) console.log(groupFind) if (group) { groupFind.height = groupFind.h = height + this.headerHPadding groupFind.children = copyList this.copyDataList = [...this.copyDataList] - console.log(this.copyDataList) } if (flag) { this.copyDataList = [...this.copyDataList]