king
2020-03-03 e603c97dbe7a4f1dbd6445e00383ed651182e0fe
src/tabviews/tableshare/mutilform/index.jsx
@@ -549,7 +549,7 @@
                    message: formRule.input.formMessage.replace('@max', _max)
                  }
                ]
              })(<TextArea autosize={{ minRows: 2, maxRows: 6 }} disabled={item.readonly === 'true'} />)}
              })(<TextArea autosize={{ minRows: 2, maxRows: item.maxRows || 6 }} disabled={item.readonly === 'true'} />)}
            </Form.Item>
          </Col>
        )