|
@@ -590,6 +590,11 @@
|
|
|
}
|
|
|
}
|
|
|
this.fileList = this.emergencyEventDetails.attachPath || []
|
|
|
+ if(this.fileList.length>0){
|
|
|
+ this.fileList.forEach((e,idx) => {
|
|
|
+ this.fileList[idx] = e.split("/").slice(3).join("/")
|
|
|
+ })
|
|
|
+ }
|
|
|
|
|
|
this.videoList = []
|
|
|
this.videoUploadList = []
|