修改月主题计划显示所有主题没区分班级类型
This commit is contained in:
@ -262,7 +262,7 @@ export default {
|
||||
const id = row.id || this.ids;
|
||||
getTheme(id).then(response => {
|
||||
this.form = response.data;
|
||||
console.log(this.form);
|
||||
//console.log(this.form);
|
||||
this.open = true;
|
||||
this.title = "修改主题整合";
|
||||
});
|
||||
|
Reference in New Issue
Block a user