diff --git a/frontend/src/views/system/datasource/DsConfiguration.vue b/frontend/src/views/system/datasource/DsConfiguration.vue
index 277c5bc0dc..12d8ea6238 100644
--- a/frontend/src/views/system/datasource/DsConfiguration.vue
+++ b/frontend/src/views/system/datasource/DsConfiguration.vue
@@ -441,7 +441,7 @@
{{ $t('datasource.base_info') }}
-
+
@@ -576,8 +576,8 @@
{{ $t('dataset.data_preview') }}
{
+ this.$refs.plxTable?.reloadData(datas)
+ })
}
+ this.showEmpty = this.apiItem.fields.length === 0
},
handleCheckChange(node) {
if (node.children !== undefined) {