mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
仅内网可见-管理员端 调试
This commit is contained in:
@@ -941,7 +941,7 @@ export default {
|
|||||||
this.contentInfo.list = result.contents;
|
this.contentInfo.list = result.contents;
|
||||||
this.sectionInfo.list = result.sections;
|
this.sectionInfo.list = result.sections;
|
||||||
this.courseTeachers = result.teachers; //课程的老师信息
|
this.courseTeachers = result.teachers; //课程的老师信息
|
||||||
this.isPermission = result.teachers; //课程的老师信息
|
this.isPermission = result.isPermission; //课程的老师信息
|
||||||
this.dicts = result.dicts; //课程的老师信息
|
this.dicts = result.dicts; //课程的老师信息
|
||||||
console.log("--- 编辑查看 this.isPermission = ",this.isPermission)
|
console.log("--- 编辑查看 this.isPermission = ",this.isPermission)
|
||||||
console.log("--- 编辑查看 this.dicts = ",this.dicts)
|
console.log("--- 编辑查看 this.dicts = ",this.dicts)
|
||||||
|
|||||||
Reference in New Issue
Block a user