king
2019-12-31 f9697383bc9097be8a444558e09ae21b27f1e831
src/tabviews/tableshare/mutilform/index.jsx
@@ -70,7 +70,7 @@
          item.options = [...item.options, ...this.props.configMap[item.uuid]]
        }
        item.oriOptions = item.options
        item.oriOptions = JSON.parse(JSON.stringify(item.options))
      }
      if (!/^date/.test(item.type) && this.props.data && this.props.data.hasOwnProperty(item.field)) {