This commit is contained in:
2019-04-08 17:09:35 +00:00
parent 3400b9de3f
commit fa360f03b3
11 changed files with 94 additions and 73 deletions

View File

@@ -19,7 +19,7 @@ export default {
.then(() => (this.formReady = true))
.catch(err => {
this.formReady = true;
this.$gzerror(err);
this.$gzHandleFormError(err);
});
},
data() {

View File

@@ -77,7 +77,7 @@ export default {
.then(() => (this.formReady = true))
.catch(err => {
this.formReady = true; //show the form anyway so we know what's what
this.$gzerror(err);
this.$gzHandleFormError(err);
});
},
data() {