frontdesk/src/app/shared/components/uploadfile/uploadfile.component.ts
@@ -66,6 +66,7 @@ ) {} ngOnInit() { console.log( this.data.uploadedFileList); this.uploader = new Resumable({ target: this.urlUtil.upFilePsotUrl, testTarget: this.urlUtil.upFileGetUrl, @@ -100,6 +101,7 @@ }); this.data.uploadedFileList = []; this.data.uploadedFileList = tmpElemArray; console.log(tmpElemArray) this.uploader.files.forEach((data) => { if (data.fileName !== file.fileName) { @@ -268,6 +270,7 @@ }); this.data.uploadedFileList = []; this.data.uploadedFileList = tmpElemArray; console.log(tmpElemArray); } removeAdd(item) {