From 1feaa2ec4b01dea86fb2785817f9e4cd18d673c6 Mon Sep 17 00:00:00 2001 From: qiucong Date: Mon, 7 Dec 2020 15:08:56 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-6272=20feat:=20FTP,=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E7=AD=89=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AF=86=E7=A0=81=E7=9A=84=E5=9C=B0=E6=96=B9?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=B1=8F=E8=94=BD=E8=AE=B0=E4=BD=8F=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=8A=9F=E8=83=BD?= 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 f3f8043..e111ed2 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -260,6 +260,7 @@ export class FormJdbc extends BI.Widget { allowBlank: true, value: password, inputType: 'password', + autocomplete: 'new-password', watermark: BI.i18nText('Dec-Dcm_Connection_Form_Password'), ref: (_ref: any) => { this.form.password = _ref;