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