yhfu 3 ngày trước cách đây
mục cha
commit
2633ac513e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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 = []