This commit is contained in:
liuye
2024-07-18 16:49:41 +08:00
parent f1d1859d99
commit 45da9df43c
2 changed files with 48 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ export default {
Object.keys(res.data.finishCountMap).forEach((key) => {
var info = {
'name': key,
'value': res.data.finishCountMap[key]
'value': Number(res.data.finishCountMap[key])
}
this.finishData.push(info)