From 824c78df4d82a3a55c2003526484763c59ba9e2b Mon Sep 17 00:00:00 2001 From: PatrioX Date: Thu, 30 Dec 2021 10:36:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?REPORT-64886=20fineui=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/editor/editor.multifile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/widget/editor/editor.multifile.ts b/typescript/widget/editor/editor.multifile.ts index 905d423e6..ca8514328 100644 --- a/typescript/widget/editor/editor.multifile.ts +++ b/typescript/widget/editor/editor.multifile.ts @@ -16,6 +16,7 @@ export declare class MultifileEditor extends Widget { attach_id: string; attach_type: string; filename: string; + errorMsg: string; }[]; upload(): void; From a54967568f0f6f0341b2d67139aa075a4430c00f Mon Sep 17 00:00:00 2001 From: PatrioX Date: Thu, 30 Dec 2021 11:00:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?master=20=E4=BF=AE=E6=94=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=BA=A6=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/editor/editor.multifile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/widget/editor/editor.multifile.ts b/typescript/widget/editor/editor.multifile.ts index ca8514328..2df620377 100644 --- a/typescript/widget/editor/editor.multifile.ts +++ b/typescript/widget/editor/editor.multifile.ts @@ -16,7 +16,7 @@ export declare class MultifileEditor extends Widget { attach_id: string; attach_type: string; filename: string; - errorMsg: string; + [key: string]: any; }[]; upload(): void;