Commit 2e1256bb authored by 王悦's avatar 王悦

营收报表团号跳转改为OP团控列表

parent 7eecbfff
......@@ -561,7 +561,7 @@ Vue.component("TCIDJump", {
});
Vue.component("TCNUMJump", {
// 团队跳转
template: `<span style="cursor: pointer" @click="goUrl('productQuery',rowData.TCNUM)">{{rowData.TCNUM}}</span>`,
template: `<span style="cursor: pointer" @click="goUrl('TravelControlList',rowData.TCNUM)">{{rowData.TCNUM}}</span>`,
props: {
rowData: {
type: Object
......@@ -577,7 +577,7 @@ Vue.component("TCNUMJump", {
goUrl(path, id) {
this.$router.push({
path: "/" + path,
query: { id: id, blank: "y" }
query: { tcmun: id, 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