This commit is contained in:
2026-03-25 16:34:38 +02:00
parent 008cc428d4
commit 6d05be2fec
5 changed files with 77 additions and 23 deletions
+1 -1
View File
@@ -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') {