mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 01:06:43 +08:00
提交
This commit is contained in:
@@ -173,7 +173,7 @@ export default {
|
||||
|
||||
let $this=this;
|
||||
//页面只支取一次,所以先直接写在这里面
|
||||
apiCoursePortal.detail(id).then(rs=>{
|
||||
apiCoursePortal.detail(id,false).then(rs=>{
|
||||
if(rs.status==200){
|
||||
if(rs.result.teachers && rs.result.teachers.length > 0){
|
||||
let userIds=[];
|
||||
|
||||
Reference in New Issue
Block a user