修改
This commit is contained in:
parent
ddc154b99e
commit
1bd7909d14
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user