Commit 32ca2aa8 by gao_yingdong

案件档案跳转

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