From 4c5b30e6cdde4ee8b5b4a9282c1776aeb82404bf Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 27 Sep 2019 17:14:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/maintain/forms/components/form.jdbc.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/pages/maintain/forms/components/form.jdbc.ts b/src/modules/pages/maintain/forms/components/form.jdbc.ts index afe7b0f..9cc9c3f 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -17,8 +17,6 @@ export class FormJdbc extends BI.Widget { oldPassword = ''; allDatabaseTypes = getAllDatabaseTypes(); - private schemas = [] as string[]; - testStatus: any; advancedSet: any; formUser: any; @@ -674,7 +672,6 @@ export class FormJdbc extends BI.Widget { } public setSchemas(schemas: string[]) { - this.schemas = schemas; this.form.schema.setEnable(true); if (schemas.length > 0) { const value = this.form.schema.getValue()[0];