Browse Source

代码对齐

jiangfeng 5 years ago
parent
commit
b8a7fa15bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghs/src/views/order/components/sel-order.vue

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

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