This commit is contained in:
zhanglipeng
2021-08-31 18:18:51 +08:00
parent 9e079060cf
commit 8ecd50f01c
10 changed files with 15 additions and 15 deletions

View File

@ -276,7 +276,7 @@ export default {
const id = row.id || this.ids;
getMath(id).then(response => {
this.form = response.data;
console.log(this.form);
//console.log(this.form);
this.open = true;
this.title = "修改游戏数学";
});