소스 검색

bug 修复

lilei 3 년 전
부모
커밋
bbc9dd1f9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(() => {