jf 5 年之前
父节点
当前提交
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;