diff --git a/src/views/system/motionPrescriptionLibrary/index.vue b/src/views/system/motionPrescriptionLibrary/index.vue index 8149ffd..a72ee4b 100644 --- a/src/views/system/motionPrescriptionLibrary/index.vue +++ b/src/views/system/motionPrescriptionLibrary/index.vue @@ -557,9 +557,8 @@ export default { res.data.prescriptionVideoUrlList.length > 0 ) { res.data.prescriptionVideoUrlList.forEach(el => { - var arr = el.prescriptionVideoUrl.split("/"); var obj = { - name: arr[4], + name: el.prescriptionVideoName, response: el }; this.fileList.push(obj);