diff --git a/project/dv/apps/AppPdDv.vue b/project/dv/apps/AppPdDv.vue index 11bb86d7..f7d7609a 100644 --- a/project/dv/apps/AppPdDv.vue +++ b/project/dv/apps/AppPdDv.vue @@ -88,9 +88,9 @@
消息回复率
- - - + + +
@@ -260,6 +260,7 @@ residentInfo: {}, tagInfo: {}, groupNumber: {}, + replyPercentage: {}, groupChatNumber: {} } }, @@ -293,6 +294,11 @@ }) } }) + this.instance.post(`/app/wxgroupstatistic/replyPercentage`).then(res => { + if (res.code === 0) { + this.replyPercentage = res.data + } + }) this.instance.post(`/app/wxgroupstatistic/getGroupNumber`).then(res => { if (res.code === 0) { this.groupNumber = res.data['居民群统计']