|
@@ -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++) {
|