Commit 2cfc3be3 authored by 华国豪's avatar 华国豪 🙄

‘是’

parent 9ba32ef4
......@@ -432,7 +432,7 @@ export default {
},
}, mounted() {
this.userId = this.getLocalStorage().EmployeeId;
let obj = JSON.parse(this.$route.query.item)
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
......
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