diff --git a/src/components/JwTree/nodeWrap.vue b/src/components/JwTree/nodeWrap.vue
index f7ef6ef24..1fd567fc1 100644
--- a/src/components/JwTree/nodeWrap.vue
+++ b/src/components/JwTree/nodeWrap.vue
@@ -101,7 +101,7 @@ export default {
gotoPersonnel(id, name) {
if (id) {
- this.$router.push(`/organizational/orgPersonnel/${name}`);
+ this.$router.push({ path: `/organizational/orgPersonnel/${name}`, query: { user_id: id } });
} else {
this.$message({
message: "无法跳转",
diff --git a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue
index 1c6c1d7d0..4313af220 100644
--- a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue
+++ b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue
@@ -22,7 +22,7 @@
{{ typesList[types] }}
-
+
diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue
index 1bad55b85..efb566b1d 100644
--- a/src/views/modules/communityService/policy/addPolicy.vue
+++ b/src/views/modules/communityService/policy/addPolicy.vue
@@ -200,7 +200,7 @@
diff --git a/src/views/modules/portrayal/jumin/cpts/businessRecord.vue b/src/views/modules/portrayal/jumin/cpts/businessRecord.vue
index 3f4f4f449..0c16e9cd2 100644
--- a/src/views/modules/portrayal/jumin/cpts/businessRecord.vue
+++ b/src/views/modules/portrayal/jumin/cpts/businessRecord.vue
@@ -108,7 +108,6 @@ export default {
};
const marktypes = ["普通事件", "难点读点", "矛盾纠纷", "自身问题"];
- // 省满意度列表
this.$http
.post("/actual/base/peopleRoomOverview/eventPageList", parm)
.then(({ data: res }) => {
@@ -269,6 +268,7 @@ export default {
this.resiId = [this.userInfo.baseInfoDto.resiId];
this.getComplainList();
this.getShengList();
+ this.getShequList()
this.getfuwuList();
this.getshijianList();
this.getxuqiuList();