This commit is contained in:
2020-05-13 23:40:58 +00:00
parent 93746e8a7a
commit 5b65d2feec
2 changed files with 5 additions and 3 deletions

View File

@@ -467,7 +467,7 @@ export default {
let vm = this;
if (vm.canSave) {
vm.formState.loading = true;
let url = API_BASE_URL;// + vm.$route.params.recordid;
let url = API_BASE_URL; // + vm.$route.params.recordid;
//clear any errors vm might be around from previous submit
window.$gz.form.deleteAllErrorBoxErrors(vm);