|
@@ -21,7 +21,6 @@
|
|
|
|
|
|
<script>
|
|
|
import PageTitle from "@/components/Page/Title";
|
|
|
-
|
|
|
export default {
|
|
|
components: { PageTitle },
|
|
|
data() {
|
|
@@ -68,7 +67,7 @@ console.log(this.$route.params)
|
|
|
consigneeAbbreviation:this.form1.consigneeAbbreviation,
|
|
|
consigneeRegisteredAddress:this.form1.consigneeRegisteredAddress,
|
|
|
consigneeReceiveAddress:this.form1.consigneeReceiveAddress,
|
|
|
- consigneeRegistrationTime:this.form1. consigneeRegistrationTime,
|
|
|
+ consigneeRegistrationTime:this.form1.consigneeRegistrationTime,
|
|
|
consigneeContactName:this.form1.consigneeContactName,
|
|
|
consigneeContactTel:this.form1.consigneeContactTel,
|
|
|
};
|