fix submission result

This commit is contained in:
Alex Turchyn
2023-06-25 11:35:23 +03:00
parent 8a6430f117
commit 43b32d05cb
4 changed files with 6 additions and 8 deletions
+1 -4
View File
@@ -383,10 +383,7 @@ export default {
await stepPromise()
return fetch(this.submitPath, {
method: 'POST',
body: new FormData(this.$refs.form)
}).then(response => {
this.saveStep().then(response => {
const nextStep = this.stepFields[this.currentStep + 1]
if (nextStep) {