Commit 872351f0 authored by zhengke's avatar zhengke

修改跳转参数

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