|
@@ -346,7 +346,7 @@ export default {
|
|
|
|
|
|
// if (data.shippingAddressProvinceSn) { this.getArea('city', data.shippingAddressProvinceSn) }
|
|
|
// if (data.shippingAddressCitySn) { this.getArea('district', data.shippingAddressCitySn) }
|
|
|
- // this.form = Object.assign(this.form, data)
|
|
|
+ this.form = Object.assign(this.form, data)
|
|
|
// this.buyerSnBak = this.form.buyerSn
|
|
|
// this.priceTypeBak = this.form.priceType
|
|
|
this.$nextTick(() => {
|