This commit is contained in:
2019-07-19 19:48:15 +00:00
parent 7bbe2bd315
commit 5b94fd25e1
4 changed files with 44 additions and 43 deletions

View File

@@ -35,7 +35,7 @@ function dealWithError(msg, vm) {
}
}
vm.formState.appError = msg;
vm.$gzform.setErrorBoxErrors(vm);
window.$gz.form.setErrorBoxErrors(vm);
}
}
export default {