diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue index ffdfa9181..a3dc17b00 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue @@ -610,7 +610,7 @@ }) color.push('#E83030') } - this.mainLeftNum += res.taskAffirmStatusCount + this.mainTopNumOne += res.taskAffirmStatusCount }) } this.getEcharts('main-top-one', this.$t('certificationTaskConfirmation'), color, data) @@ -664,7 +664,7 @@ }) color.push('#E83030') } - this.mainRightNum += res.taskAffirmStatusCount + this.mainLeftNumOne += res.taskAffirmStatusCount }) } this.getEcharts('main-right-one', this.$t('preHomoFlow'), color, data)