Explorar o código

王子文 专项培养

wangggziwen %!s(int64=3) %!d(string=hai) anos
pai
achega
9be32e8d14
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
         }