| | |
| | | //内网测试地址 |
| | | // let StagingUrl = 'http://192.168.3.12:9072'; |
| | | let StagingUrl = "http://localhost:9072"; |
| | | // let StagingUrl = "http://120.79.193.119:9075"; |
| | | // let StagingUrl = "http://localhost:9072"; |
| | | let StagingUrl = "http://120.79.193.119:9072"; |
| | | |
| | | //mock地址 |
| | | let MockUrl = 'http://localhost:3721/'; |
| | |
| | | this.props.match.params.boolean == 'true'? |
| | | { |
| | | title: '评分意见', dataIndex: 'meritsContent', width: '13%', render: (cur, item, index) => { |
| | | return <TextArea autoSize={{ minRows: 3, maxRows: 10 }} value={cur} onChange={(value) => { |
| | | item['meritsContent'] = value.targrt.value; |
| | | return <TextArea autoSize={{ minRows: 3, maxRows: 10 }} value={cur} onChange={({ target: { value } }) => { |
| | | console.log('value', value); |
| | | item['meritsContent'] = value; |
| | | this.refs['table-view'].onSetDataSource({ index, data: item }) |
| | | }} /> |
| | | } |
| | |
| | | * key, path需要保持唯一 |
| | | * permKey表示权限Key值 |
| | | */ |
| | | const menus = [ |
| | | const menus = [- |
| | | { |
| | | key: '/', |
| | | name: '首页', |