|
@@ -630,7 +630,7 @@ export default {
|
|
|
this.stuLoading = true
|
|
|
let params = {
|
|
|
'school_code': this.listType == 'school' ? this.$store.state.userInfo.schoolCode : this.$store.state.userInfo.TEAMModelId,
|
|
|
- 'id': this.classList[this.curClassIndex].id,
|
|
|
+ 'ids': [this.classList[this.curClassIndex].id],
|
|
|
//school:校本班级 teacher:私人课程校本名单 private:私人课程动态名单
|
|
|
'scope': this.listType == 'school' ? 'school' : this.classList[this.curClassIndex].scope == 'school' ? 'teacher' : 'private'
|
|
|
}
|