This commit is contained in:
2021-04-06 14:13:32 +00:00
parent ee884e086b
commit 454c815eaf
2 changed files with 9 additions and 0 deletions

View File

@@ -397,6 +397,12 @@ export default {
//clear any errors vm might be around from previous submit
window.$gz.form.deleteAllErrorBoxErrors(vm);
//###############################
//walk the tree and save dirty
//items in order starting with
//state here
//###############################
let res = await window.$gz.api.upsert(url, vm.obj);
if (res.error) {