SUPPORT-9509:Fix
This commit is contained in:
parent
d308f13bf5
commit
e519f0a52e
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue