| | |
| | | //内网测试地址 |
| | | let StagingUrl = 'http://192.168.3.12:9072'; |
| | | // let StagingUrl = "http://120.79.193.119:9072"; |
| | | // let StagingUrl = 'http://192.168.3.12:9072'; |
| | | let StagingUrl = "http://120.79.193.119:9072"; |
| | | // let StagingUrl = "http://120.79.193.119:9075"; |
| | | |
| | | //mock地址 |
| | |
| | | url: `api/merits/assess/findMeritsDetail`, |
| | | formData: { |
| | | ...formData, |
| | | userId: this.props.match.params.userId || JSON.parse(window.localStorage.getItem('loginUser')) |
| | | userId: this.props.match.params.userId || JSON.parse(window.localStorage.getItem('loginUser')).userId |
| | | }, |
| | | key: formData.__key, |
| | | columns: this.renderColumns(), |