This commit is contained in:
2019-04-23 18:34:37 +00:00
parent d6e6b006ae
commit aab019d797
4 changed files with 119 additions and 78 deletions

View File

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