This commit is contained in:
曹辉 2023-04-18 16:10:49 +08:00
parent ddc154b99e
commit 1bd7909d14

View File

@ -557,9 +557,8 @@ export default {
res.data.prescriptionVideoUrlList.length > 0 res.data.prescriptionVideoUrlList.length > 0
) { ) {
res.data.prescriptionVideoUrlList.forEach(el => { res.data.prescriptionVideoUrlList.forEach(el => {
var arr = el.prescriptionVideoUrl.split("/");
var obj = { var obj = {
name: arr[4], name: el.prescriptionVideoName,
response: el response: el
}; };
this.fileList.push(obj); this.fileList.push(obj);