|
@ -2098,7 +2098,8 @@ export default { |
|
|
mobile: this.OrgDetailsForm.mobile, |
|
|
mobile: this.OrgDetailsForm.mobile, |
|
|
code: this.OrgDetailsForm.code, |
|
|
code: this.OrgDetailsForm.code, |
|
|
latitude: this.latitude, |
|
|
latitude: this.latitude, |
|
|
longitude: this.longitude |
|
|
longitude: this.longitude, |
|
|
|
|
|
ss:'' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url,params) |
|
|
const { data, code, msg } = await requestPost(url,params) |
|
|