Commit e3742d13 authored by 华国豪's avatar 华国豪 🙄

‘强东你在更新一下’

parent 977b31ee
......@@ -305,7 +305,7 @@ export default {
}
},
}, mounted() {
let obj = this.$route.query.item
let obj = JSON.parse(this.$route.query.item)
this.orderId = this.msg.OrderID = obj.orderId
this.tcnum = obj.tcnum
this.tcid = obj.tcid
......
......@@ -1948,9 +1948,10 @@ export default {
}
},
goUrlSFD: function (path, name, item) {
console.log(item)
this.$router.push({
name: path,
query: { blank: 'y', tab: name, item: item}
query: { blank: 'y', tab: name, item: JSON.stringify(item)}
});
},
goUrlX(name, path, id, tcmun) {
......
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