门店
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user