Commit 94d082c1 authored by zhengke's avatar zhengke
parents ca91f1b9 4cdec494
...@@ -423,12 +423,6 @@ export default { ...@@ -423,12 +423,6 @@ export default {
}, },
}, mounted() { }, mounted() {
this.userId = this.getLocalStorage().EmployeeId; this.userId = this.getLocalStorage().EmployeeId;
// let obj = this.$route.query.item ? JSON.parse(this.$route.query.item) : ''
// this.item = obj
// this.orderId = this.msg.OrderID = obj.orderId ? obj.orderId : obj.OrderId
// this.tcnum = obj.tcnum ? obj.tcnum : obj.TCNUM
// this.tcid = obj.tcid ? obj.tcid : obj.TCID
// this.outBranchId = obj.outBranchId ? obj.outBranchId : obj.OutBranchId;
this.tcid= this.$route.query.TCID; this.tcid= this.$route.query.TCID;
this.OutBranchId=this.$route.query.OutBranchId; this.OutBranchId=this.$route.query.OutBranchId;
......
...@@ -1095,11 +1095,12 @@ export default { ...@@ -1095,11 +1095,12 @@ export default {
}, },
mounted() { mounted() {
this.initCity(); this.initCity();
this.getNeedType(); this.getNeedType();
this.initTicketType(); this.initTicketType();
this.initAirline(); this.initAirline();
this.getList(); this.getList();
} }
}; };
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment