Commit 872351f0 authored by zhengke's avatar zhengke

修改跳转参数

parent f2e208e5
......@@ -762,7 +762,7 @@
},
mounted () {
this.queryMsg.ID = this.$route.query.id
this.queryMsg.OrderId = this.$route.query.OrderId
this.queryMsg.OrderId = this.$route.query.orderId
this.getEnumeration()
this.getEmployeeList()
this.getDetial()
......
......@@ -375,8 +375,8 @@
this.$router.push({
name: path,
query: {
'id': id,
'orderId': orderId,
id: id,
orderId: orderId,
blank: 'y',
tab: title
}
......
......@@ -2424,7 +2424,7 @@ export default {
name: path,
query: {
id: id,
OrderId:OrderId,
orderId:OrderId,
blank: "y"
}
});
......
......@@ -914,7 +914,7 @@ export default {
name: path,
query: {
id: id,
OrderId:OrderId,
orderId:OrderId,
blank: "y"
}
});
......
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