Commit 32ca2aa8 by gao_yingdong

案件档案跳转

parent 652ea378
......@@ -207,9 +207,12 @@ export default {
ychyLink(path, id, val) {
debugger;
if (id == "ajda") {
let userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
let path = `http://xzxt-zhyy.dsj.xz/xzxt/#/jump?zjhm=${userInfo.identitycard}&path=/queryAjda&asjbh=${val}`;
window.open(path, "_blank");
this.$router.pushToTab({
path: "/queryAjda",
query: {
asjbh: val,
},
});
} else if (id == "ryda") {
let routeData = this.$router.resolve({
path: "/rydaIndex",
......
......@@ -579,9 +579,12 @@ export default {
ychyLink(path, id, val) {
debugger;
if (id == "ajda") {
let userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
let path = `http://xzxt-zhyy.dsj.xz/xzxt/#/jump?zjhm=${userInfo.identitycard}&path=/queryAjda&asjbh=${val}`;
window.open(path, "_blank");
this.$router.pushToTab({
path: "/queryAjda",
query: {
asjbh: val,
},
});
// window.open('http://89.0.23.203:9047/queryAjdaxxs?asjbh=' + val, "_blank");
// var params = {
// sysname: "AJDA-NEWPAGE",
......
......@@ -337,9 +337,12 @@ export default {
// this.sendMsgquery()
},
toAjda(asjbh) {
let userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
let path = `http://xzxt-zhyy.dsj.xz/xzxt/#/jump?zjhm=${userInfo.identitycard}&path=/queryAjda&asjbh=${asjbh}`;
window.open(path, "_blank");
this.$router.pushToTab({
path: "/queryAjda",
query: {
asjbh: asjbh,
},
});
},
postGetClcxsjgl(form) {
return request({
......
......@@ -118,9 +118,12 @@ export default {
},
methods: {
ychyLink(item) {
let userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
let path = `http://xzxt-zhyy.dsj.xz/xzxt/#/jump?zjhm=${userInfo.identitycard}&path=/queryAjda&asjbh=${item}`;
window.open(path, "_blank");
this.$router.pushToTab({
path: "/queryAjda",
query: {
asjbh: item,
},
});
},
postGetClcxsjgl(form) {
return request({
......
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