From 12e42c3a345b64ec2d25f7356816c08fd2c14ec8 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Thu, 7 Dec 2023 18:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=A4=BE=E5=8C=BA?= =?UTF-8?q?=E8=87=AA=E6=9F=A5=E6=BB=A1=E6=84=8F=E5=BA=A6=E7=9A=84=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=8F=8A=E7=9C=81=E6=BB=A1=E6=84=8F=E7=9A=84=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../overview/dissatisfiedProblemNumber/selfInspect.vue | 2 +- src/views/dataBoard/satisfactionEval/dissatisfied/detail.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue b/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue index dbec908ba..ce9d5289d 100644 --- a/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue +++ b/src/views/dataBoard/overview/dissatisfiedProblemNumber/selfInspect.vue @@ -97,7 +97,7 @@ export default { }, getList() { this.loading = true - this.$http.get("/governance/satisfaction/communitySelfInsp/inspResult/list?" + this.$paramsFormat(this.queryParams)).then(({data: {data}}) => { + this.$http.get("/governance/satisfaction/communitySelfInsp/inspResult/nosatisfied/list?" + this.$paramsFormat(this.queryParams)).then(({data: {data}}) => { this.list = data.list; this.total = data.total; this.loading = false diff --git a/src/views/dataBoard/satisfactionEval/dissatisfied/detail.vue b/src/views/dataBoard/satisfactionEval/dissatisfied/detail.vue index 1ad7cd12a..99c27be5c 100644 --- a/src/views/dataBoard/satisfactionEval/dissatisfied/detail.vue +++ b/src/views/dataBoard/satisfactionEval/dissatisfied/detail.vue @@ -130,7 +130,9 @@ export default { this.$http .post( "/governance/satisfactionDetailList/getUnsatisfiedMattersDetailInfo", - {id} + {id:id, + satisfactionSource:'satisfaction_province' + } ) .then(({data: {data}}) => { this.unsatisfiedMattersModel = data.unsatisfiedMattersModel || {};