jf 5 лет назад
Родитель
Сommit
6a49465e32
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghs/src/views/order/components/sel-order.vue

+ 2 - 2
ghs/src/views/order/components/sel-order.vue

@@ -597,8 +597,8 @@ export default {
 			this.$service.custom.clientInfo({ id: this.orderData.customId}).then(res => {
 				this.orderForm.receiveCity = `${res.province}-${res.city}`
 				this.orderForm.receiveAddress = `${res.address}`
-				this.orderForm.customName = `${res.name}`
-				this.orderForm.customMobile = `${res.mobile}`
+				this.freightInfo.customName = `${res.name}`
+				this.freightInfo.customMobile = `${res.mobile}`
 				this.freightInfo.province = res.province;
 				this.freightInfo.city = res.city;
 				this.freightInfo.address = res.address;