perf(图表): 表格无数据不滚动

This commit is contained in:
wisonic-s 2024-04-24 16:29:19 +08:00
parent d3330e35a4
commit c2cd04de07

View File

@ -189,6 +189,7 @@ const initScroll = () => {
const senior = actualChart.senior
if (
senior?.scrollCfg?.open &&
chartData.value.tableRow?.length &&
(view.value.type === 'table-normal' || (view.value.type === 'table-info' && !state.showPage))
) {
//