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 () {