From 7a8404cfc85691e2c791404f60eb5334e13db735 Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Fri, 15 Sep 2023 11:31:23 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-105428=20fix:=20=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E6=95=B0=E6=8D=AE=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E7=BC=96=E8=BE=91=E5=90=8E=E6=B5=8B=E8=AF=95=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E4=BC=9A=E6=8A=A5=E6=8E=A5=E5=8F=A3=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/maintain/forms/components/form.jdbc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/pages/maintain/forms/components/form.jdbc.ts b/src/modules/pages/maintain/forms/components/form.jdbc.ts index 28aa75f..0a78633 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -1015,7 +1015,7 @@ export class FormJdbc extends BI.Widget { }, watermark: BI.i18nText('Dec-Dcm_Connection_Form_Host'), allowBlank: false, - value: sshIp || 'hostname', + value: sshIp, listeners: [ { eventName: BI.Editor.EVENT_CHANGE,