diff --git a/core/frontend/src/views/chart/components/ChartComponentS2.vue b/core/frontend/src/views/chart/components/ChartComponentS2.vue index ad13661221..99459d4c49 100644 --- a/core/frontend/src/views/chart/components/ChartComponentS2.vue +++ b/core/frontend/src/views/chart/components/ChartComponentS2.vue @@ -541,10 +541,8 @@ export default { const customAttr = JSON.parse(this.chart.customAttr) const senior = JSON.parse(this.chart.senior) if (senior?.scrollCfg?.open) { - if (this.chart.type !== 'table-normal') { - if (this.chart.type === 'table-info' && !this.showPage) { - return - } + if (this.chart.type === 'table-info' && this.showPage) { + return } // 防止多次渲染 this.myChart.facet.timer?.stop() diff --git a/core/frontend/src/views/chart/components/senior/ScrollCfg.vue b/core/frontend/src/views/chart/components/senior/ScrollCfg.vue index 90788f5609..4a941a18b7 100644 --- a/core/frontend/src/views/chart/components/senior/ScrollCfg.vue +++ b/core/frontend/src/views/chart/components/senior/ScrollCfg.vue @@ -16,6 +16,7 @@ @change="changeScrollCfg" >{{ $t('chart.open') }}