Region create/edit complete

This commit is contained in:
Dean Bartok-Thomas
2019-08-13 15:33:17 +01:00
parent a875360694
commit 7d4d0ea166
7 changed files with 381 additions and 2 deletions

View File

@@ -203,8 +203,6 @@ export default {
if (valid) {
this.loading = true
console.dir(this.postForm)
// Save the account
const methodToCall = this.isEdit ? updateUser : createUser
methodToCall(this.postForm).then((r) => {