From 9746ca3f40a6a2455b85feaa0dc756cf2cd0194d Mon Sep 17 00:00:00 2001 From: lilu Date: Thu, 22 Dec 2022 14:41:03 +0800 Subject: [PATCH] = --- src/views/main/BookingLedger/detail/modules/mailingInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {