mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 10:06:44 +08:00
【20230803-1】上传图片接口增加图片类型和订单号相关入参字段1
This commit is contained in:
@@ -817,6 +817,7 @@ export default {
|
||||
})
|
||||
let formdata = new FormData()
|
||||
formdata.append('imgPath', that.dataURLtoFile(that.file, that.imgName))
|
||||
|
||||
formdata.append('imgType', that.type)
|
||||
formdata.append('orderNo', this.$route.query.orderNo)
|
||||
uploadImg(formdata).then(res=>{
|
||||
|
||||
Reference in New Issue
Block a user