Commit 75edba59 by xue_wengang

脑图跳转

parent 60142d3d
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</el-checkbox-group> </el-checkbox-group>
</template> </template>
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="toYp(scope.scope)">研判</span> <span class="hbyp" @click="toYp(scope.scope)" v-if="scope.scope.row.bshlx != 'otherid' && scope.scope.row.bshlx != 'url'">研判</span>
<span class="hbyp" @click="toGzzl(scope.scope)">工作指令</span> <span class="hbyp" @click="toGzzl(scope.scope)">工作指令</span>
<span class="hbyp" @click="toHcyp(scope.scope)">合成研判</span> <span class="hbyp" @click="toHcyp(scope.scope)">合成研判</span>
<span <span
...@@ -327,20 +327,20 @@ export default { ...@@ -327,20 +327,20 @@ export default {
var userInfo = JSON.parse(sessionStorage.getItem("userInfo")); var userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
var idcard = userInfo.identitycard; var idcard = userInfo.identitycard;
let type = ""; let type = "";
if (scope.row.bkdxLxdm == "mobile") { if (scope.row.bshlx == "mobile") {
type = "KySj"; type = "KySj";
} else if (scope.row.bkdxLxdm == "qq") { } else if (scope.row.bshlx == "qq") {
type = "KyQq"; type = "KyQq";
} else if (scope.row.bkdxLxdm == "wx") { } else if (scope.row.bshlx == "wx") {
type = "KyWx"; type = "KyWx";
} else if (scope.row.bkdxLxdm == "yhkh") { } else if (scope.row.bshlx == "yhkh") {
type = "YhkZc"; type = "YhkZc";
} else if (scope.row.bkdxLxdm == "email") { } else if (scope.row.bshlx == "email") {
type = "KyEmail"; type = "KyEmail";
} }
var params = { var params = {
type: "KyRy", type: type,
kybh: scope.row.bkdxHm, kybh: scope.row.cbxgfwbzh,
userId: idcard, userId: idcard,
username: userInfo.userName, username: userInfo.userName,
trueName: userInfo.userName, trueName: userInfo.userName,
......
...@@ -757,9 +757,10 @@ export default { ...@@ -757,9 +757,10 @@ export default {
// } else if (scope.row.bkdxLxdm == "05") { // } else if (scope.row.bkdxLxdm == "05") {
// type = "KyJdc"; // type = "KyJdc";
// } // }
debugger
var params = { var params = {
type: "KyRy", type: "KyRy",
kybh: scope.row.bkdxHm, kybh: scope.row.zjhm,
userId: idcard, userId: idcard,
username: userInfo.userName, username: userInfo.userName,
trueName: userInfo.userName, trueName: userInfo.userName,
......
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