|
@@ -474,6 +474,7 @@ export default {
|
|
|
// 获取导师反馈
|
|
// 获取导师反馈
|
|
|
return getFeedbackByPlanId(row.id);
|
|
return getFeedbackByPlanId(row.id);
|
|
|
}).then(response => {
|
|
}).then(response => {
|
|
|
|
|
+ console.log(response.data);
|
|
|
if (response.data != null) {
|
|
if (response.data != null) {
|
|
|
this.mentorFeedback = response.data.mentorFeedback;
|
|
this.mentorFeedback = response.data.mentorFeedback;
|
|
|
}
|
|
}
|