Commit 75edba59 by xue_wengang

脑图跳转

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