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

+ 1 - 0
ghs/src/views/order/components/sel-order.vue

@@ -597,6 +597,7 @@ 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.receiveFloor = res.floor
 				this.freightInfo.customName = `${res.name}`
 				this.freightInfo.customMobile = `${res.mobile}`
 				this.freightInfo.province = res.province;