src/tabviews/zshare/mutilform/mkSelect/index.jsx
@@ -19,11 +19,7 @@ } } else if (value) { let option = null if (config.setAll === 'true') { option= config.oriOptions[1] } else { option= config.oriOptions[0] } if (typeof(value) === 'string' && option && typeof(option.value) === 'number') { value = +value if (isNaN(value)) { @@ -67,11 +63,7 @@ }) } else { let option = null if (config.setAll === 'true') { option= nextProps.config.oriOptions[1] } else { option= nextProps.config.oriOptions[0] } if (option && typeof(option.value) === 'number') { let val = +value if (!isNaN(val)) {