From 12df590eb7751d4d70d1af5e396880e086a4d12f Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 11 May 2023 08:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppHandSnapshot/List.vue | 5 ++++- src/project/wuxi/AppHandSnapshot/Statistics.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/project/wuxi/AppHandSnapshot/List.vue b/src/project/wuxi/AppHandSnapshot/List.vue index 51450d55..c97f30c0 100644 --- a/src/project/wuxi/AppHandSnapshot/List.vue +++ b/src/project/wuxi/AppHandSnapshot/List.vue @@ -83,6 +83,8 @@ export default { } }, onLoad() { + this.searchGrid.girdId = this.user.girdId + this.searchGrid.girdName = this.user.girdName uni.$on('nextList', () => { this.current++ this.getList() @@ -94,7 +96,8 @@ export default { }, onShow() { - document.title = this.user.corpId == 'wpytYEDgAACQq2uZ5x54MvlJ9fgvSPXQ' ? '微心愿' : '随手拍' + document.title = '事件上报' + }, created() { this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => { diff --git a/src/project/wuxi/AppHandSnapshot/Statistics.vue b/src/project/wuxi/AppHandSnapshot/Statistics.vue index d4bc0cd7..af405550 100644 --- a/src/project/wuxi/AppHandSnapshot/Statistics.vue +++ b/src/project/wuxi/AppHandSnapshot/Statistics.vue @@ -85,7 +85,7 @@ export default { }, methods: { getStatistics() { - this.$http.post('/app/appclapeventinfo/countByGirdMember').then((res) => { + this.$http.post('/app/appresidentreportinfo/countByGirdMember').then((res) => { if (res.code == 0) { if(res.data.businessCountMap['受理率']) { res.data.businessCountMap['受理率'] = Number(res.data.businessCountMap['受理率'] * 100).toFixed(1)