diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index ecbc416f..28a9e9e5 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -1005,6 +1005,8 @@ async function saveState(vm) { //changing status updates the laststatus in the wo header so need to update concurrency here as well vm.obj.concurrency = res.data.newWOConcurrency; + vm.obj.lastStatusId = res.data.workOrderStatusId; //case 4486 + //set locked status of entire wo now vm.obj.isLockedAtServer = vm.currentState.locked; }