refs #1417 wizard update and create issue solved..

This commit is contained in:
Cüneyt Şentürk 2020-04-20 05:09:32 +03:00
parent 929e1a74bd
commit c18695b381
2 changed files with 8 additions and 0 deletions

View File

@ -106,5 +106,9 @@ const app = new Vue({
.catch(error => {
});
},
onSubmit() {
this.form.oldSubmit();
},
}
});

View File

@ -78,5 +78,9 @@ const app = new Vue({
this.show = true;
},
onSubmit() {
this.form.oldSubmit();
},
}
});