|
@@ -205,7 +205,8 @@ export default {
|
|
|
this.form.province = newVal.province
|
|
this.form.province = newVal.province
|
|
|
this.form.city = newVal.city
|
|
this.form.city = newVal.city
|
|
|
this.form.address = newVal.address
|
|
this.form.address = newVal.address
|
|
|
- this.form.showAddress = newVal.showAddress;
|
|
|
|
|
|
|
+ this.form.showAddress = newVal.showAddress
|
|
|
|
|
+ this.form.fullAddress = newVal.fullAddress
|
|
|
this.form.floor = newVal.floor
|
|
this.form.floor = newVal.floor
|
|
|
this.form.remark = newVal.remark
|
|
this.form.remark = newVal.remark
|
|
|
this.form.anonymity = newVal.anonymity
|
|
this.form.anonymity = newVal.anonymity
|