瀏覽代碼

王子文 专项培养

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;
         }