fix:修复 44.100表格数据显示不正确的问题
This commit is contained in:
@@ -946,7 +946,7 @@ export default {
|
||||
// 循环处理每个elements下获取的数据列
|
||||
if (chartItem.type === 'singleStat') {
|
||||
if (response.data.result.length === 1) {
|
||||
const statistics = chartItem.param.statistics
|
||||
const statistics = chartItem.param.statistics || 'null'
|
||||
if (response.data.result[0].values) {
|
||||
singleStatRlt = bus.getSingleStatRlt(statistics, response.data.result[0].values)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user