From 2e7097acc3b07e5ced6551f29062f02ca23066bb Mon Sep 17 00:00:00 2001 From: "Aries.lsy" <”Aries.lsy@fanruan.com“> Date: Wed, 28 Sep 2022 11:37:56 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-79641=20fix:KerberosParams=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=89=8D=E9=9C=80=E8=A6=81=E8=A2=AB=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/maintain/forms/components/form.jdbc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/pages/maintain/forms/components/form.jdbc.ts b/src/modules/pages/maintain/forms/components/form.jdbc.ts index fdfce5c..277f1a7 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -1227,6 +1227,7 @@ export class FormJdbc extends BI.Widget { public mounted() { const sshType = this.form.sshType.getValue()[0]; this.onSshTypeChange(sshType); + this.setKerberos(); } public setError(value: string) {