forked from github/dataease
refactor(数据集): 优化数据预览条数
This commit is contained in:
parent
d9e83f6fdf
commit
6a70c533a8
@ -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[]) || []
|
||||
|
Loading…
Reference in New Issue
Block a user