Commit f40a176f by zhangzhijie

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents 02b1eb34 197c2247
......@@ -218,6 +218,15 @@ export default {
this.$router.pushToTab({
path: "/home",
});
} else if(item.id == "queryJfgl") {
let path = `${this.$baseUrl.alyIP}/editJfXx`;
window.open(path, "_blank");
} else if(item.id == "queryJfxs") {
let path = `${this.$baseUrl.alyIP}/toJfXs`;
window.open(path, "_blank");
} else if(item.id == "queryJftj") {
let path = `${this.$baseUrl.alyIP}/toFstj`;
window.open(path, "_blank");
} else {
this.$router.push(item.index);
}
......
......@@ -334,7 +334,6 @@ const zdglryxx = [
{
name: "学历:",
id: "xldm",
type: "text",
disabled: false,
type: "codeTree",
codeOptions: [],
......@@ -9787,7 +9786,6 @@ const shrxx_jbxx = [
id: "asjbh",
type: "text",
value: "",
disabled: true,
placeholder: "请输入",
col: "2",
// prop: 'caseNumbers',
......@@ -11494,7 +11492,7 @@ const zczj_ajfx = [
{
name: "侦查终结单位机构:",
id: "zczjdwGajgjgdm",
// disabled: true,
// disabled: true,
type: "codeTree",
codeTree: "CODE_UNIT",
codeOptions: [],
......
......@@ -338,6 +338,33 @@ export default {
hasChildren: false,
children: [],
},
{
id: "queryJfgl",
label: "积分管理",
newAuth: "M01",
index: "queryJfgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
children: [],
},
{
id: "queryJfxs",
label: "积分悬赏",
newAuth: "M01",
index: "queryJfxs",
className: "iconfont icongongnengfuwu",
hasChildren: false,
children: [],
},
{
id: "queryJftj",
label: "积分考评",
newAuth: "M01",
index: "queryJftj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
children: [],
},
],
};
},
......
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