Commit 39eea216 authored by 赵茹林's avatar 赵茹林

回访信息 修复 无法获取最后回访信息的问题(userid)

parent f309e1ab
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
this.getData(); this.getData();
if (this.callbackObj.teacher_id) { if (this.callbackObj.teacher_id) {
let json = { let json = {
user_id: this.user.user_id user_id: this.callbackObj.user_id
} }
getCallBackPrevApi(json).then(res => { getCallBackPrevApi(json).then(res => {
if (res && res[0] && res[0].next_visit_at && res[0].intention) { if (res && res[0] && res[0].next_visit_at && res[0].intention) {
......
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