课程在线课选择权限数据修改

This commit is contained in:
joshen
2024-06-21 16:36:36 +08:00
parent 416cc7a8ea
commit 17b88f5ec7

View File

@@ -645,7 +645,7 @@ export default {
this.params.sysType2 = this.sysTypeList[1];
this.params.sysType3 = this.sysTypeList[2];
if(this.$route.query.courseIds) this.params.courseIds = this.$route.query.courseIds.split(',');
if(this.$route.query.isSystemAdmin) this.params.isSystemAdmin = this.$route.query.isSystemAdmin;
if(this.$route.query.projectId) this.params.projectId = this.$route.query.projectId;
apiCourse.pageList(this.params).then(rs=>{
if(rs.status==200){
this.pageData = rs.result.list;