浏览代码

王子文 专项培养

wangggziwen 3 年之前
父节点
当前提交
6c5dcef682
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ui/src/views/training/spec/seasonalfeedback/index.vue

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

@@ -1199,6 +1199,7 @@ export default {
                 // 初始化导师标签页
                 this.mentorTabs = [];
                 this.activeName = data.mentorId;
+                this.mentorTabs.push({ name: data.mentorId, title: data.mentorName});
                 listFeedback( { parentId: data.id } ).then(response => {
                   let data = response.rows;
                   for (let i = 0; i < data.length; i++) {