back button for new application member modal

This commit is contained in:
dandds
2019-04-25 13:47:43 -04:00
parent daadc67eee
commit 0d5e0a3fa7
3 changed files with 13 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ export default {
this.step += 1
}
},
previous: function() {
this.step -= 1
},
goToStep: function(step) {
if (this._checkIsValid()) {
this.step = step