添加游戏数学学习
This commit is contained in:
@ -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;
|
||||
|
@ -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 = "修改主题整合";
|
||||
});
|
||||
|
Reference in New Issue
Block a user