From c02ff7e1e60363e3ea10215ef5a53869d9065fc2 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 28 Sep 2022 16:20:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20API=20=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/datasource/DsConfiguration.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) {