fix:修复单位 为none的有效数字未生效的问题

This commit is contained in:
zhangyu
2022-02-14 18:20:21 +08:00
parent 6f6d6e03aa
commit 6be37b8b0b

View File

@@ -6,7 +6,7 @@
import bus from '../../libs/bus' import bus from '../../libs/bus'
function none (value, index) { function none (value, index) {
return value return keepDoubleNumber(value)
} }
function short (value, index, type = 1, dot) { function short (value, index, type = 1, dot) {
if (type == 1) { if (type == 1) {