refactoring, renaming capitalized functions to proper case, etc

This commit is contained in:
2019-04-18 20:06:53 +00:00
parent 8cdae969fb
commit 5caae16a83
7 changed files with 75 additions and 72 deletions

View File

@@ -30,7 +30,7 @@ function dealWithError(msg, form) {
}
}
form.appError = msg;
form.$gzv.SetErrorBoxErrors(form);
form.$gzv.setErrorBoxErrors(form);
}
}
export default {