From 53217492d7753c8f0401798d08bc2fb62464bf9e Mon Sep 17 00:00:00 2001 From: chenjingyu <1148019379@qq.com> Date: Mon, 24 Jan 2022 17:07:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E4=B8=8B=E8=BD=BD=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=97=B6=E9=97=B4=E5=AE=9A=E6=97=B6=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-plan-look/entry-plan-look.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts index 446a9d9..da34ef1 100644 --- a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts +++ b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts @@ -1880,7 +1880,7 @@ export class wenbenUpload{ console.log(this.data) window.setTimeout(()=>{ this.dialogRef.close(); - },7000) + },7500) } src=this.sanitizer.bypassSecurityTrustResourceUrl(this.data.src); }