SUPPORT-9509:Fix

This commit is contained in:
Eduard Tihomiorv 2025-10-30 11:01:14 +03:00
parent d308f13bf5
commit e519f0a52e

View file

@ -89,6 +89,9 @@ export class ErvuFileUploadWithAdditionalFiles extends ErvuFileUpload {
this.uploader.clearQueue(); this.uploader.clearQueue();
this.mchdFileUploadRef.uploader.clearQueue(); this.mchdFileUploadRef.uploader.clearQueue();
this.signFileUploadRef.uploader.clearQueue(); this.signFileUploadRef.uploader.clearQueue();
this.fileInputEl.value = null;
this.mchdFileUploadRef.fileInputEl.value = null;
this.signFileUploadRef.fileInputEl.value = null;
this.fileUploadEndEvent.trigger(); this.fileUploadEndEvent.trigger();
this.isProgressBarVisible = false; this.isProgressBarVisible = false;
this.cd.markForCheck(); this.cd.markForCheck();