diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index b4ef1ed..89bbe3a 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -749,8 +749,6 @@ export default { this.shippername = value const index = this.shipperDataArr.indexOf(value) this.details.shipper = this.shipperData[index].content - this.details.shipper = value - // debugger }, shipperChange(value) { this.getTemplate(value, 'shipper')