Commit 57243540 by zhanghaozhe

Merge branch 'intelligent-recommend' into dev

parents 93a777e6 5774ac94
......@@ -91,7 +91,7 @@ class IntelligentRecommend extends Component {
consult = (e) => {
e.preventDefault()
http.post(`${API.home}/sys/icc/consult`, {
rid: this.state.result.rid,
rid: this.props.result.rid,
}).finally(() => {
window.location.href = e.target.getAttribute('href')
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment