refactor(数据集): 优化数据预览条数

This commit is contained in:
junjun 2024-09-25 11:11:27 +08:00
parent d9e83f6fdf
commit 6a70c533a8

View File

@ -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[]) || []