prv
姜玉琦 2024-03-20 02:33:51 +08:00
parent 5e554a5b30
commit 5e7e2b8d4f
1 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ export default {
})
this.overviewTotalDay = sum;
this.typeDistributionDataDay = response.data;
//this.overviewDay++;
this.overviewDay++;
}
});
@ -553,7 +553,7 @@ export default {
})
this.overviewTotal = sum;
this.typeDistributionData = response.data;
//this.overview++;
this.overview++;
}
});
},