From 2e57eb87681f62a3992bc87be5ffcc23d36c9611 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Mon, 11 Oct 2021 12:19:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E6=95=B0=E6=8D=AE=E6=BA=90?= =?UTF-8?q?=E3=80=91JDBC=E9=A2=9D=E5=A4=96=E5=AD=97=E6=AE=B5=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/form.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/system/datasource/form.vue b/frontend/src/views/system/datasource/form.vue index 6ff8a9aedf..124eda1f32 100644 --- a/frontend/src/views/system/datasource/form.vue +++ b/frontend/src/views/system/datasource/form.vue @@ -131,6 +131,7 @@ export default { form: { configuration: { initialPoolSize: 5, + extraParams: '', minPoolSize: 5, maxPoolSize: 50, maxIdleTime: 30, @@ -192,6 +193,7 @@ export default { this.form.type = this.params.type this.form.configuration = { initialPoolSize: 5, + extraParams: '', minPoolSize: 5, maxPoolSize: 50, maxIdleTime: 30,