This commit is contained in:
@@ -62,7 +62,7 @@ export default {
|
||||
async save(params) {
|
||||
this.loading = true;
|
||||
try {
|
||||
this.debug('saving', this.object)
|
||||
//this.debug('saving', this.object)
|
||||
let result = await this.$api.game.save(this.object);
|
||||
this.object.id = result.data.object.id;
|
||||
if (this.id == 'add') {
|
||||
|
||||
Reference in New Issue
Block a user