事件上报

This commit is contained in:
liuye
2023-05-11 08:29:53 +08:00
parent 69f618f49b
commit 12df590eb7
2 changed files with 5 additions and 2 deletions

View File

@@ -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)