Browse Source

bug 修复

lilei 3 years ago
parent
commit
bbc9dd1f9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesManagement/salesQuery/chooseCustomModal.vue

+ 1 - 1
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -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(() => {