This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user