修改图表中小数显示
This commit is contained in:
parent
38af3e465f
commit
23643ff263
|
@ -216,7 +216,7 @@
|
||||||
getTaskDataTypeAnalysis({taskId:value.id,startDate:value.startTime,endDate:value.endTime}).then((res) => {
|
getTaskDataTypeAnalysis({taskId:value.id,startDate:value.startTime,endDate:value.endTime}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
res.result.typeName.forEach(row => {
|
res.result.typeName.forEach(row => {
|
||||||
this.totalNumberCataloguesData.push({ value: parseInt(res.result.numRowMap[row]), name: row })
|
this.totalNumberCataloguesData.push({ value: parseFloat(res.result.numRowMap[row]), name: row })
|
||||||
})
|
})
|
||||||
this.getcleaningVariance();
|
this.getcleaningVariance();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user