This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user