소스 검색

王子文 专项培养

wangggziwen 3 년 전
부모
커밋
9be32e8d14
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ui/src/views/training/spec/myplan/index.vue

+ 1 - 0
ui/src/views/training/spec/myplan/index.vue

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