修改
This commit is contained in:
parent
a15aa86a4a
commit
006f22159a
@ -539,7 +539,10 @@ export default {
|
|||||||
this.fileList = [];
|
this.fileList = [];
|
||||||
this.upload.data.motionPrescriptionId = e.id;
|
this.upload.data.motionPrescriptionId = e.id;
|
||||||
prescriptionVideoUpload(e.id).then(res => {
|
prescriptionVideoUpload(e.id).then(res => {
|
||||||
if (res.data.prescriptionVideoUrlList) {
|
if (
|
||||||
|
res.data.prescriptionVideoUrlList &&
|
||||||
|
res.data.prescriptionVideoUrlList.length > 0
|
||||||
|
) {
|
||||||
res.data.prescriptionVideoUrlList.forEach(e => {
|
res.data.prescriptionVideoUrlList.forEach(e => {
|
||||||
var arr = e.split("/");
|
var arr = e.split("/");
|
||||||
var obj = {
|
var obj = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user