From e7054fae190a53a2e135fc71fe50621ab0ffa9e3 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 19 Jan 2023 16:55:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20API=E6=95=B0=E6=8D=AE=E6=BA=90=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=BE=93=E5=85=A5jsonpath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/DsConfiguration.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/DsConfiguration.vue b/frontend/src/views/system/datasource/DsConfiguration.vue index 21e0e699c3..3e21ec1058 100644 --- a/frontend/src/views/system/datasource/DsConfiguration.vue +++ b/frontend/src/views/system/datasource/DsConfiguration.vue @@ -1379,7 +1379,7 @@ export default { ) } } - this.showEmpty = this.apiItem.fields.length === 0 + this.showEmpty = apiItem.fields.length === 0 return data }, handleCheckChange(apiItem, node) {