mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
refactor(数据集): 优化数据预览条数
This commit is contained in:
@@ -471,6 +471,7 @@ const handleClick = (tabName: TabPaneName) => {
|
||||
break
|
||||
}
|
||||
dataPreviewLoading.value = true
|
||||
total.value = null
|
||||
getDatasetPreview(nodeInfo.id)
|
||||
.then(res => {
|
||||
allFields = (res?.allFields as unknown as Field[]) || []
|
||||
|
||||
Reference in New Issue
Block a user