This commit is contained in:
2020-08-05 19:03:20 +00:00
parent 6fdefd19a3
commit 6fddd981ed
8 changed files with 61 additions and 31 deletions

View File

@@ -565,7 +565,9 @@ export default {
});
if (res.error) {
throw res.error;
// throw res.error;
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
} else {
//Save a copy of the server columns data for handling button clicks etc later
vm.serverColumns = res.columns;