From 6e246935a865e876110196a2eeaf595a1f3aa886 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 18 Dec 2020 17:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=8B=E5=8F=82=E6=95=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../case/combo/textvaluecheckcombo/combo.textvaluecheck.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts b/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts index 883df68f3..c0bd45b4b 100644 --- a/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts +++ b/typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts @@ -6,11 +6,11 @@ export declare class TextValueCheckCombo extends Widget { setTitle (v: string): void; - setValue (v: string | number): void; + setValue (v: any): void; setWarningTitle(v: string): void; - getValue(): void; + getValue(): any; populate(items: any[]): string; }