富文本 修改
This commit is contained in:
parent
ef3d1f2e63
commit
a66356743c
@ -393,6 +393,7 @@ export default {
|
||||
if (this.imgone != this.form.goodsPictureUrl) {
|
||||
obj.pictureUrlList.push(this.imgone);
|
||||
}
|
||||
this.imgsurl={pictureUrlList:[]};
|
||||
if (obj.pictureUrlList.length > 0) {
|
||||
updatePicture(obj).then((res) => {
|
||||
console.log(res);
|
||||
@ -481,4 +482,4 @@ export default {
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
@ -373,6 +373,7 @@ export default {
|
||||
if (this.imgtwo != this.form.stationPictureUrl) {
|
||||
obj.pictureUrlList.push(this.imgtwo);
|
||||
}
|
||||
this.imgsurl={pictureUrlList:[]};
|
||||
if (obj.pictureUrlList.length > 0) {
|
||||
updatePicture(obj).then((res) => {});
|
||||
}
|
||||
@ -457,4 +458,4 @@ export default {
|
||||
this.upload.isUploading = true;
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
@ -473,6 +473,7 @@ export default {
|
||||
if (obj.pictureUrlList.length > 0) {
|
||||
updatePicture(obj).then((res) => { });
|
||||
}
|
||||
this.imgsurl={pictureUrlList:[]};
|
||||
this.form.nurseStationItemPrices.forEach(e => {
|
||||
e.price = Number(e.price)
|
||||
})
|
||||
@ -520,4 +521,4 @@ export default {
|
||||
this.upload.open = true;
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user