This commit is contained in:
2021-05-17 23:58:44 +00:00
parent c19977dd10
commit fdf7791a94
3 changed files with 58 additions and 52 deletions

View File

@@ -663,6 +663,7 @@ async function saveHeader(vm) {
//update any server changed fields
vm.obj.concurrency = res.data.concurrency;
vm.obj.isDirty = false;
vm.obj.alertViz = res.data.alertViz;
vm.obj.contractId = res.data.contractId; //may or may not have changed at server, this will ensure entire ui gets updated if it has as all prices may have changed and other stuff
// //this sets 'o' to all values in assigned *except* the ones itemized with removedKey which is a fake key and just used for this trick to work