king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
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]
      }
      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]
        }
        option= nextProps.config.oriOptions[0]
        if (option && typeof(option.value) === 'number') {
          let val = +value
          if (!isNaN(val)) {