From f77b3abacd719bc81b046af0a0d3b6638d1132d6 Mon Sep 17 00:00:00 2001 From: hyx Date: Tue, 24 May 2022 18:50:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E6=96=B9=E6=B3=95=EF=BC=88=E6=94=B9=E4=B8=BAscrollIntoView?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/PanelChartList.vue | 2 +- src/views/entityExplorer/EntityDetail.vue | 46 ++++++++++------------- 2 files changed, 21 insertions(+), 27 deletions(-) diff --git a/src/views/charts/PanelChartList.vue b/src/views/charts/PanelChartList.vue index c41148c2..06ba52f9 100644 --- a/src/views/charts/PanelChartList.vue +++ b/src/views/charts/PanelChartList.vue @@ -179,7 +179,7 @@ export default { anchorPoint () { return function (chart) { if (!_.isEmpty(chart.params && chart.params.anchorPoint)) { - return { 'anchor-point': chart.params.anchorPoint } + return { id: chart.params.anchorPoint } } else { return '' } diff --git a/src/views/entityExplorer/EntityDetail.vue b/src/views/entityExplorer/EntityDetail.vue index 71b0358d..4e41ba4c 100644 --- a/src/views/entityExplorer/EntityDetail.vue +++ b/src/views/entityExplorer/EntityDetail.vue @@ -6,8 +6,8 @@
-