mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
perf(图表): 表格无数据不滚动
This commit is contained in:
parent
d3330e35a4
commit
c2cd04de07
@ -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))
|
||||
) {
|
||||
// 防止多次渲染
|
||||
|
Loading…
Reference in New Issue
Block a user