This commit is contained in:
2020-03-03 23:40:08 +00:00
parent ba95762de5
commit b7115335e7
7 changed files with 61 additions and 39 deletions

View File

@@ -236,7 +236,7 @@ export default {
})
.catch(err => {
vm.formState.ready = true;
window.$gz.errorHandler.handleFormError(err);
window.$gz.errorHandler.handleFormError(err, vm);
});
},
beforeRouteUpdate(to, from, next) {