king
2021-06-15 5515a793e08f2c9f0c8116960d3043f5bd32ccad
src/tabviews/zshare/mutilform/customTextArea/index.jsx
@@ -80,7 +80,7 @@
    const { value } = this.state
    return (
      <TextArea value={value} autoSize={{ minRows: 2, maxRows: Item.maxRows || 6 }} onChange={this.onChange} disabled={Item.readonly === 'true'} />
      <TextArea value={value} autoSize={{ minRows: 2, maxRows: Item.maxRows || 6 }} onChange={this.onChange} disabled={Item.readonly} />
    )
  }
}