|
|
@@ -211,8 +211,8 @@ export default {
|
|
|
} else if (this.editType == 2) {
|
|
|
params.phone = this.inputValue;
|
|
|
} else if (this.editType == 3) {
|
|
|
- params.address = this.areaText.replace(/\//g, ' ') + ' ' + this.addressDetail;
|
|
|
- params.area_code = this.area_code;
|
|
|
+ params.area_code = this.area_code;
|
|
|
+ params.area_name = this.areaText.replace(/\//g, ' ') + ' ' + this.addressDetail;
|
|
|
} else if (this.editType == 4) {
|
|
|
params.address = this.inputValue;
|
|
|
}
|