From 77f5cfe850dd7c02e793e63e7309fbad3536cb10 Mon Sep 17 00:00:00 2001 From: dailer Date: Tue, 22 Jun 2021 16:06:28 +0800 Subject: [PATCH] =?UTF-8?q?DEC-19271=20e2e:=20=E3=80=90=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E3=80=91=E6=95=B0=E6=8D=AE=E8=BF=9E=E6=8E=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8CJNDI=E5=92=8C=E5=85=B6=E4=BB=96=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=95=B0=E6=8D=AE=E8=BF=9E=E6=8E=A5=E4=B8=AD=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E7=9A=84ID=E4=B8=8D=E4=B8=80=E6=A0=B7=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=94=B9=E6=88=90=E4=B8=80=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/maintain/forms/components/form.jndi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/pages/maintain/forms/components/form.jndi.ts b/src/modules/pages/maintain/forms/components/form.jndi.ts index c3ff9c3..7163302 100644 --- a/src/modules/pages/maintain/forms/components/form.jndi.ts +++ b/src/modules/pages/maintain/forms/components/form.jndi.ts @@ -193,7 +193,7 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: BI.TextValueCombo.xtype, - $value: 'new-charset-name', + $value: 'original-charset-name', width: 300, value: newCharsetName ? newCharsetName : '', items: CONNECT_CHARSET,