修改月主题计划显示所有主题没区分班级类型
This commit is contained in:
@ -290,6 +290,7 @@ export default {
|
||||
this.loading = true;
|
||||
listClass(this.queryParams).then(response => {
|
||||
this.classList = response.rows;
|
||||
console.log(this.classList);
|
||||
this.total = response.total;
|
||||
this.loading = false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user