From 1bd7909d1483e914571bcabfc4d704a7a668eb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 18 Apr 2023 16:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/motionPrescriptionLibrary/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);