From d475b11a2461feaaae30d9c2adb092de28f57a93 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 22 Aug 2024 17:58:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor(X-Pack):=20=E6=95=B0=E6=8D=AE=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/form/index.vue | 5 ++++- de-xpack | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/index.vue b/core/core-frontend/src/views/visualized/data/datasource/form/index.vue index 77662ee559..55a5b53f1e 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/form/index.vue @@ -533,7 +533,8 @@ const defaultForm = { description: '', type: 'API', apiConfiguration: [], - paramsConfiguration: [] + paramsConfiguration: [], + enableDataFill: false } const form = reactive
(cloneDeep(defaultForm)) const defaultForm2 = { @@ -859,6 +860,8 @@ defineExpose({