|
@@ -67,7 +67,7 @@
|
|
|
let attachList=[]
|
|
|
for(let i=0;i<this.formData.attachList.length;i++){
|
|
|
let filePath=this.formData.attachList[i].url
|
|
|
- fileresq=await upload({filePath,formData:{
|
|
|
+ let fileresq=await upload({filePath,formData:{
|
|
|
additions: `经度:${this.formData.dutyLongitude};纬度:${this.formData.dutyLatitude}`
|
|
|
}})
|
|
|
fileresq=JSON.parse(fileresq)
|