This commit is contained in:
2019-04-08 19:37:57 +00:00
parent d39174bdf8
commit 4431442fc8
2 changed files with 7 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ export default {
this.obj = res.data;
})
.catch(function(error) {
that.$gzHandleFormError(error);
that.$gzHandleFormError(error, true);
});
},
submit() {
@@ -223,7 +223,7 @@ export default {
}
})
.catch(function(error) {
that.$gzHandleFormError(error);
that.$gzHandleFormError(error, true);
});
} else {
//say something so the user knows there is an issue