This commit is contained in:
2021-04-09 14:39:47 +00:00
parent 506b5ba5ce
commit efe1b2bf2b
3 changed files with 6 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ export default {
isDirty: true,
workOrderItemId: this.value.items[this.pvm.selectedItemIndex].id
});
this.pvm.setDirty();
this.pvm.selectedScheduledUserItemIndex = newIndex;
},
async deleteItem() {

View File

@@ -161,6 +161,7 @@ export default {
units: [],
outsideServices: []
});
this.pvm.setDirty();
this.pvm.selectItem(newIndex);
},
async deleteItem() {