Commit 6d3fce48 by xue_wengang

左侧固定,线索核办

parent dd402852
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -161,8 +161,10 @@ export default { ...@@ -161,8 +161,10 @@ export default {
} }
}, },
bqDetail(scope) { bqDetail(scope) {
let userInfo = JSON.parse(window.sessionStorage.getItem("userInfo"))
userInfo.username = userInfo.userName
let base = encodeURIComponent( let base = encodeURIComponent(
secret.Encrypt(JSON.stringify(window.sessionStorage.getItem("userInfo"))) secret.Encrypt(JSON.stringify(userInfo))
); );
let path = `${this.$baseUrl.alyIP15}/#/jump?token=${base}&path=ztrydetails?ztrybh=${scope}`; let path = `${this.$baseUrl.alyIP15}/#/jump?token=${base}&path=ztrydetails?ztrybh=${scope}`;
window.open(path, "_blank"); window.open(path, "_blank");
......
...@@ -829,6 +829,7 @@ export default { ...@@ -829,6 +829,7 @@ export default {
path: "/djgzxs", path: "/djgzxs",
query: { query: {
xsbh: scope.row.xxzjbh, xsbh: scope.row.xxzjbh,
glzdxxzjbh: scope.row.glzdxxzjbh,
xslx: "zdqb", xslx: "zdqb",
}, },
}); });
......
...@@ -1583,18 +1583,19 @@ export default { ...@@ -1583,18 +1583,19 @@ export default {
xxzjbh: this.xsbh, xxzjbh: this.xsbh,
}, },
}); });
} else if (item.id == "xshm") { } else if (this.xslx== "xshb") {
this.$router.pushToTab({ this.$router.pushToTab({
path: "/xsxxbc", path: "/djgzs",
query: { query: {
xsbh: this.xsbh, xsbh: this.xsbh,
}, },
}); });
} else if (item.id == "zdqb") { } else if (this.xslx== "zdqb") {
this.$router.pushToTab({ this.$router.pushToTab({
path: "/adjustZdxxgl", path: "/adjustZdxsxx",
query: { query: {
xsbh: this.xsbh, xxzjbh: this.xsbh,
glzdxxzjbh: this.$route.query.glzdxxzjbh,
}, },
}); });
} }
......
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