diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index 8a474d9..0f390be 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -721,7 +721,7 @@ export default { if (nval) { this.showShipper = this.details.shipper || '' this.showConsignee = this.details.consignee || '' - this.showNotifier = this.details.notifier || '' + this.showNotifier = this.details.notifyparty || '' } }, deep: true @@ -947,7 +947,7 @@ export default { if (this.details) { this.showShipper = this.details.shipper || '' this.showConsignee = this.details.consignee || '' - this.showNotifier = this.details.notifier || '' + this.showNotifier = this.details.notifyparty || '' } }, methods: {