修改主题整合学期计划创建学期限制

This commit is contained in:
sk1551
2020-11-07 18:02:39 +08:00
parent fe79121520
commit 60cf0c6929
2 changed files with 36 additions and 21 deletions

View File

@ -215,7 +215,7 @@ export default {
//主题活动
getThemeActivityList(themeid) {
listActivityByThemeId(themeid).then((response) => {
//console.log(response.rows);
console.log(response.rows);
this.themeactivityOptions = response.rows;
});
},