lilu 2 years ago
parent 6f1043830a
commit 9746ca3f40

@ -721,7 +721,7 @@ export default {
if (nval) { if (nval) {
this.showShipper = this.details.shipper || '' this.showShipper = this.details.shipper || ''
this.showConsignee = this.details.consignee || '' this.showConsignee = this.details.consignee || ''
this.showNotifier = this.details.notifier || '' this.showNotifier = this.details.notifyparty || ''
} }
}, },
deep: true deep: true
@ -947,7 +947,7 @@ export default {
if (this.details) { if (this.details) {
this.showShipper = this.details.shipper || '' this.showShipper = this.details.shipper || ''
this.showConsignee = this.details.consignee || '' this.showConsignee = this.details.consignee || ''
this.showNotifier = this.details.notifier || '' this.showNotifier = this.details.notifyparty || ''
} }
}, },
methods: { methods: {

Loading…
Cancel
Save