|
@@ -47,10 +47,10 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
if (e.toolId === 'person' && this.cocoNoteType == 'person') {
|
|
if (e.toolId === 'person' && this.cocoNoteType == 'person') {
|
|
|
data.push(e)
|
|
data.push(e)
|
|
|
}
|
|
}
|
|
|
- if (e.toolId === 'learning' && this.cocoNoteType == 'learning') {
|
|
|
|
|
|
|
+ if (e.toolId === 'learning' && this.roleUser.type == 1 && this.cocoNoteType == 'learning') {
|
|
|
data.push(e)
|
|
data.push(e)
|
|
|
}
|
|
}
|
|
|
- if (e.toolId === 'learningstu' && this.cocoNoteType == 'learning') {
|
|
|
|
|
|
|
+ if (e.toolId === 'learning/studentProjectList' && this.roleUser.type == 2 && this.cocoNoteType == 'learning') {
|
|
|
data.push(e)
|
|
data.push(e)
|
|
|
}
|
|
}
|
|
|
if (e.toolId === 'classroomOb' && this.cocoNoteType == 'classroomOb') {
|
|
if (e.toolId === 'classroomOb' && this.cocoNoteType == 'classroomOb') {
|
|
@@ -223,7 +223,7 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name:'个性化学习中心',
|
|
name:'个性化学习中心',
|
|
|
- toolId: "learningStu",
|
|
|
|
|
|
|
+ toolId: "learning/studentProjectList",
|
|
|
argumentList: [
|
|
argumentList: [
|
|
|
"userid",
|
|
"userid",
|
|
|
"oid",
|
|
"oid",
|