添加游戏数学学习

This commit is contained in:
sk1551
2020-07-22 18:53:21 +08:00
parent bc17996e3f
commit 531c72c003
12 changed files with 334 additions and 117 deletions

View File

@ -383,6 +383,7 @@ export default {
const id = row.id || this.ids;
getActivity(id).then(response => {
this.form = response.data;
console.log(this.form);
this.typeOptions = response.types;
this.form.type = response.typeIds;

View File

@ -262,6 +262,7 @@ export default {
const id = row.id || this.ids;
getTheme(id).then(response => {
this.form = response.data;
console.log(this.form);
this.open = true;
this.title = "修改主题整合";
});