From c4b597c409b2c01b430190d8258099e35a91bc19 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 28 Mar 2022 14:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppAssessment/components/Statistics.vue | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/packages/jianping/AppAssessment/components/Statistics.vue b/packages/jianping/AppAssessment/components/Statistics.vue index 977bd967..cb3a8c5b 100644 --- a/packages/jianping/AppAssessment/components/Statistics.vue +++ b/packages/jianping/AppAssessment/components/Statistics.vue @@ -26,12 +26,12 @@ @@ -155,9 +155,7 @@ dictName: '大于0次', dictValue: '1' }], - info: { - - }, + info: {}, ids: [], total: 10, hideLevel: 3, @@ -223,6 +221,16 @@ this.totalInfo = res.data } }) + + this.instance.post(`/app/statistics/preventionreturntopoverty/drinkingWaterCount`, null, { + params: { + ...this.search + } + }).then(res => { + if (res.code == 0) { + this.info = res.data + } + }) }, removeAll () {