Commit e1950aaa by gao_yingdong

有组织犯罪线索研判

parent b071736e
...@@ -407,7 +407,6 @@ ...@@ -407,7 +407,6 @@
pageBs != 'zcssjdc' && pageBs != 'zcssjdc' &&
pageBs != 'zcssdy' && pageBs != 'zcssdy' &&
pageBs != 'queryShserhfx' && pageBs != 'queryShserhfx' &&
pageBs != 'queryXshb' &&
pageBs != 'queryQzlb' && pageBs != 'queryQzlb' &&
pageBs != 'qyeryrlqbxsBJ' && pageBs != 'qyeryrlqbxsBJ' &&
pageBs != 'djajzb' && pageBs != 'djajzb' &&
......
...@@ -7,14 +7,11 @@ ...@@ -7,14 +7,11 @@
:cxQueryField="cxQueryField" :cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
@add="add"
ref="rightContent" ref="rightContent"
> >
<template #btnGroup="scope"> <template #btnGroup="scope">
<span <span class="hbyp" @click="toInfor(scope.scope)">线索侦办</span>
class="hbyp"
@click="toInfor(scope.scope)"
>线索侦办</span
>
</template> </template>
</right-content> </right-content>
</div> </div>
...@@ -189,33 +186,7 @@ export default { ...@@ -189,33 +186,7 @@ export default {
disabled: false, disabled: false,
}, },
], ],
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryXshb",
label: "线索信息汇集整合",
newAuth: "M01",
index: "queryXshb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
// {
// id: "djgzxs",
// label: "线索核办",
// newAuth: "M01",
// index: "djgzxs",
// className: "iconfont icongongnengfuwu",
// hasChildren: false,
// },
{
id: "xsbk",
label: "线索布控",
index: "xsbk",
auth: "M01",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
selectArr: [], selectArr: [],
revokeVisiable: false, revokeVisiable: false,
ckForm: { ckForm: {
...@@ -227,10 +198,15 @@ export default { ...@@ -227,10 +198,15 @@ export default {
}, },
created() { created() {
this.$store.commit("user/SET_Menu", this.Menu); this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus); // this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_Header", this.header); // this.$store.commit("user/SET_Header", this.header);
}, },
methods: { methods: {
add() {
this.$router.push({
path: "/djgz",
});
},
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/djgzxs", path: "/djgzxs",
...@@ -239,7 +215,6 @@ export default { ...@@ -239,7 +215,6 @@ export default {
}, },
}); });
}, },
}, },
watch: {}, watch: {},
}; };
......
...@@ -165,10 +165,10 @@ export default { ...@@ -165,10 +165,10 @@ export default {
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryThxs", id: "queryXshb",
label: "有组织犯罪线索管理", label: "有组织犯罪线索管理",
newAuth: "M01", newAuth: "M01",
index: "queryThxs", index: "queryXshb",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
...@@ -206,6 +206,14 @@ export default { ...@@ -206,6 +206,14 @@ export default {
}, },
], ],
}, },
{
id: "xsbk",
label: "线索布控",
index: "xsbk",
auth: "M01",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
], ],
}; };
}, },
......
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