yhfu 3 일 전
부모
커밋
2633ac513e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/SentryEmergencyCenter.vue

+ 5 - 0
src/views/SentryEmergencyCenter.vue

@@ -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 = []