|
@@ -386,7 +386,7 @@ export default {
|
|
// 赋值GPS详细地址
|
|
// 赋值GPS详细地址
|
|
this.orderInfo.gpsAddress = data.name
|
|
this.orderInfo.gpsAddress = data.name
|
|
// if (!this.orderInfo.address) {
|
|
// if (!this.orderInfo.address) {
|
|
- // this.orderInfo.address = data.name
|
|
|
|
|
|
+ this.orderInfo.address = '' //data.name
|
|
// }
|
|
// }
|
|
if (this.orderInfo.id) {
|
|
if (this.orderInfo.id) {
|
|
}
|
|
}
|