This commit is contained in:
2021-04-29 18:41:55 +00:00
parent 89fabfe3fd
commit d18436c91f
16 changed files with 4 additions and 64 deletions

View File

@@ -169,13 +169,6 @@ export default {
} catch (error) {
window.$gz.errorHandler.handleFormError(error, vm);
} finally {
// this.$nextTick(() => {
// console.log("About to set ready=true");
// vm.formState.loading = true;
// vm.formState.ready = true;
// //now release the loading
// vm.formState.loading = false;
// });
vm.formState.ready = true;
}
},