refs #1417 wizard update and create issue solved..
This commit is contained in:
parent
929e1a74bd
commit
c18695b381
@ -106,5 +106,9 @@ const app = new Vue({
|
|||||||
.catch(error => {
|
.catch(error => {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onSubmit() {
|
||||||
|
this.form.oldSubmit();
|
||||||
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
4
resources/assets/js/views/wizard/taxes.js
vendored
4
resources/assets/js/views/wizard/taxes.js
vendored
@ -78,5 +78,9 @@ const app = new Vue({
|
|||||||
|
|
||||||
this.show = true;
|
this.show = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onSubmit() {
|
||||||
|
this.form.oldSubmit();
|
||||||
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user