Commit fa15e699 authored by zhengke's avatar zhengke

修改

parent ed0011f2
...@@ -228,12 +228,19 @@ ...@@ -228,12 +228,19 @@
}, },
//跳转至编辑 //跳转至编辑
goContract(item) { goContract(item) {
this.$router.push({ // this.$router.push({
path: 'contractEdit', // path: 'contractView',
// query: {
// "Id": item.Id
// }
// })
let routeUrl = this.$router.resolve({
path: "/contractView",
query: { query: {
"Id": item.Id ContractId: item.Id
} }
}) });
window.open(routeUrl.href, '_blank');
}, },
//合同操作 //合同操作
operationContract(item, type) { operationContract(item, type) {
......
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