Modal ze zmianami

This commit is contained in:
2022-08-18 23:50:09 +02:00
parent 64eca66fd8
commit 732461794f
6 changed files with 100 additions and 21 deletions
+1 -2
View File
@@ -132,9 +132,8 @@ export default defineComponent({
}
);
console.log(response.data);
this.store.changesResponse = response.data;
alert('Zapisano do bazy!');
this.loadData();
} catch (error) {
this.store.alertMessage = 'Ups! Wystąpił błąd podczas zapisywania danych!';