@@ -418,7 +418,7 @@ export default {
this.$api.groupReportProject(params).then(res => {
if (res.code == 200) {
this.commonData = res.data.data.values
- this.total = res.total
+ this.total = res.data.total
}
}).catch(error => {
this.commonData = []