NEZ-2877 fix:修复单位为none时 处理数据null报错的问题
This commit is contained in:
@@ -10,6 +10,9 @@ function none (value, index) {
|
||||
if (!numberWithEConvent(scientificNotationValue)) {
|
||||
return scientificNotationValue
|
||||
}
|
||||
if (isNaN(value) || value=== null) {
|
||||
return value
|
||||
}
|
||||
return keepDoubleNumber(value)
|
||||
}
|
||||
function short (value, index, type = 1, dot) {
|
||||
|
||||
Reference in New Issue
Block a user