From 2deebc92bff6d7851d4a9b3f32c511502c3bb66b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 14 Dec 2021 16:30:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=97=B2=E7=BD=AEgridItem=20=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E9=AB=98=E5=BA=A6=E4=B8=BA12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chartList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]