diff --git a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue
index 2444a505a..493fc94f2 100644
--- a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue
@@ -94,7 +94,8 @@ export default {
let params = {
...this.queryParams,
agencyId: this.currentLevelData.orgId,
- satisfactionCategory: this.catVal
+ satisfactionCategory: this.catVal,
+ satisfactionLevel:'bad'
}
this.$http.get("/governance/satisfaction/communitySelfInsp/inspResult/list?" + this.$paramsFormat(params)).then(({data: {data}}) => {
this.list = data.list;
diff --git a/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue b/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue
index d65fabb5f..e26e21998 100644
--- a/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/DisputeDispatch.vue
@@ -4,14 +4,15 @@
-
-
+
+
-
-
-
+
+
+
+
{{ $sensitive(scope.row.principalPhone, 3, 7) }}
@@ -36,14 +37,15 @@
-
-
+
+
-
-
-
+
+
+
+
{{ $sensitive(scope.row.contactMobile, 3, 7) }}
@@ -135,7 +137,7 @@ export default {
return {
total: 0,
queryParams: {
- pageSize: 5,
+ pageSize: 10,
pageNo: 1,
},
type: "staffGrid",
diff --git a/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue b/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
index 174c24aa6..b45227933 100644
--- a/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
@@ -52,7 +52,7 @@ export default {
props: {
catVal: {
type: [String, Number],
- default: ""
+ default: 1
},
currentLevelData: {
type: Object,
@@ -84,6 +84,10 @@ export default {
},
methods: {
getList() {
+ if(this.catVal==''){
+ this.catVal = 1;
+ }
+ console.log("----------:"+this.catVal);
this.$http.post('/governance/icEventOld/list', {type: this.catVal}).then(({data: {data}}) => {
this.list = data.list;
this.total = data.total;
@@ -94,8 +98,9 @@ export default {
this.getList();
},
handleDispatch({icEventId}) {
+ console.log("1")
this.$http
- .post("/governance/icEvent/detail", {icEventId: icEventId})
+ .post("/governance/icEventOld/detail", {icEventId: icEventId})
.then((res) => {
const {code, data, msg} = res.data;
if (code === 0) {
diff --git a/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue b/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue
index d1cf7bd48..1b996cf5b 100644
--- a/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue
+++ b/src/views/dataBoard/overview/components/MapDialog/ResourceDispatch.vue
@@ -4,14 +4,15 @@
-
-
+
+
-
-
-
+
+
+
+
{{ $sensitive(scope.row.principalPhone, 3, 7) }}
@@ -36,14 +37,15 @@
-
-
- 联建单位
-
-
-
-
-
+
+
+
+
+
+
+
{{ $sensitive(scope.row.contactMobile, 3, 7) }}
@@ -134,7 +136,7 @@ export default {
return {
total: 0,
queryParams: {
- pageSize: 5,
+ pageSize: 10,
pageNo: 1,
},
type: "staffGrid",