Browse Source

#bug1060居民详情中社区自查列表不显示 #bug1077居委架构点击居民画像无数据 #bug1076指挥调度中间资源查看更多页面信息重复 #bug1070政策找人指派服务显示乱码 #bug1062居民详情缺少低保信息

feature
mk 2 years ago
parent
commit
62e44f37c0
  1. 2
      src/components/JwTree/nodeWrap.vue
  2. 2
      src/views/dataBoard/overview/components/MapResourceInfoMore.vue
  3. 2
      src/views/modules/communityService/policy/addPolicy.vue
  4. 2
      src/views/modules/portrayal/jumin/cpts/businessRecord.vue

2
src/components/JwTree/nodeWrap.vue

@ -101,7 +101,7 @@ export default {
gotoPersonnel(id, name) { gotoPersonnel(id, name) {
if (id) { if (id) {
this.$router.push(`/organizational/orgPersonnel/${name}`); this.$router.push({ path: `/organizational/orgPersonnel/${name}`, query: { user_id: id } });
} else { } else {
this.$message({ this.$message({
message: "无法跳转", message: "无法跳转",

2
src/views/dataBoard/overview/components/MapResourceInfoMore.vue

@ -22,7 +22,7 @@
<div class="value">{{ typesList[types] }}</div> <div class="value">{{ typesList[types] }}</div>
</div> </div>
</el-col> </el-col>
<template v-if="types === 2 || types === 3"> <template v-if="types === 2">
<el-col :span="12"> <el-col :span="12">
<div class="items"> <div class="items">

2
src/views/modules/communityService/policy/addPolicy.vue

@ -200,7 +200,7 @@
<el-option <el-option
v-for="item in serviceOptiondList" v-for="item in serviceOptiondList"
:key="item.id" :key="item.id"
:label="item.name" :label="item.label"
:value="item.id" :value="item.id"
> >
</el-option> </el-option>

2
src/views/modules/portrayal/jumin/cpts/businessRecord.vue

@ -108,7 +108,6 @@ export default {
}; };
const marktypes = ["普通事件", "难点读点", "矛盾纠纷", "自身问题"]; const marktypes = ["普通事件", "难点读点", "矛盾纠纷", "自身问题"];
//
this.$http this.$http
.post("/actual/base/peopleRoomOverview/eventPageList", parm) .post("/actual/base/peopleRoomOverview/eventPageList", parm)
.then(({ data: res }) => { .then(({ data: res }) => {
@ -269,6 +268,7 @@ export default {
this.resiId = [this.userInfo.baseInfoDto.resiId]; this.resiId = [this.userInfo.baseInfoDto.resiId];
this.getComplainList(); this.getComplainList();
this.getShengList(); this.getShengList();
this.getShequList()
this.getfuwuList(); this.getfuwuList();
this.getshijianList(); this.getshijianList();
this.getxuqiuList(); this.getxuqiuList();

Loading…
Cancel
Save