From ed600b2006c54247dcb09d591a4dbc8595c7e783 Mon Sep 17 00:00:00 2001 From: "Cauchy.Ke" Date: Fri, 18 Mar 2022 13:44:34 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-67986=20fix:=E3=80=90=E8=BF=AD=E4=BB=A3?= =?UTF-8?q?=E3=80=91=E3=80=90=E6=95=B0=E6=8D=AE=E8=BF=9E=E6=8E=A5=E6=94=AF?= =?UTF-8?q?=E6=8C=81SSH=E5=8F=8ASSL=E3=80=91=E4=BC=98=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/components/file_chooser/file_chooser.model.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/components/file_chooser/file_chooser.model.ts b/src/modules/components/file_chooser/file_chooser.model.ts index 4903702..708bd0f 100644 --- a/src/modules/components/file_chooser/file_chooser.model.ts +++ b/src/modules/components/file_chooser/file_chooser.model.ts @@ -43,8 +43,9 @@ export class FileChooserModel extends Model { this.model.items = data .concat({ id: root, - text: root, + text: prefix + root, value: prefix + root, + isParent: true, }) .map((item) => ({ ...item,