src/components/oa/merits/meritsDetail/index.jsx | ●●●●● patch | view | raw | blame | history |
src/components/oa/merits/meritsDetail/index.jsx
@@ -132,8 +132,8 @@ this.props.match.params.boolean == 'true'? { title: '评分意见', dataIndex: 'meritsContent', width: '13%', render: (cur, item, index) => { return <TextArea autoSize={{ minRows: 3, maxRows: 10 }} onChange={(value) => { item['meritsContent'] = value; return <TextArea autoSize={{ minRows: 3, maxRows: 10 }} value={cur} onChange={(value) => { item['meritsContent'] = value.targrt.value; this.refs['table-view'].onSetDataSource({ index, data: item }) }} /> }