lilu 2 years ago
parent 6f1043830a
commit 9746ca3f40

@ -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: {

Loading…
Cancel
Save