Commit 78245375 by xue_wengang

研判报告

parent 6c21bfa9
......@@ -29,7 +29,7 @@
<div class="cont-nr">
<div v-for="(item,index) in list" :key="index">
<img :src="imgurl" alt="" style="width: 30px;margin-right: 10px;">
<span>{{item.mbmc}}</span>
<span @click="goDetail(item)">{{item.mbmc}}</span>
</div>
</div>
</div>
......@@ -78,6 +78,15 @@ export default {
this.getQxpm()
},
methods: {
goDetail(item){
this.$router.pushToTab({
path:'ypbg',
query:{
xxzjbh:item.xxzjbh,
name:item.mbmc
}
})
},
doQueryRequest(relurl,form) {
/*post方法*/
return Http({
......@@ -170,6 +179,9 @@ body{
.textindex{
text-indent: 2em;
}
span{
cursor: pointer;
}
}
}
.footer{
......
......@@ -8,7 +8,7 @@
</div>
<div class="content">
<div class="yp_body">
<h1>2021年1-12月份全区刑侦工作实绩积分通报</h1>
<h1>{{mbmc}}</h1>
<p class="fontSize">各盟市、大林公安局刑侦(警)支队:</p>
<p class="fontContents">
按照《内蒙古自治区公安机关刑事侦查办案积分评价办法(试行)》,现将全区2021年1-12月份刑侦工作实绩积分情况通报如下:
......@@ -154,6 +154,7 @@ export default {
},
],
loading: null,
mbmc:''
};
},
......@@ -168,6 +169,7 @@ export default {
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
this.mbmc = this.$route.query.name
this.getData();
this.getMspm("150100000000");
this.getQxpm();
......
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