This commit is contained in:
@@ -141,7 +141,8 @@ export default {
|
||||
stopDate: null,
|
||||
serviceRateId: null,
|
||||
isDirty: true,
|
||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id
|
||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||
uid: Date.now() //used for error tracking / display
|
||||
});
|
||||
this.$emit("change");
|
||||
this.selectedRow = [{ index: newIndex }];
|
||||
|
||||
@@ -191,7 +191,7 @@ export default {
|
||||
travels: [],
|
||||
units: [],
|
||||
outsideServices: [],
|
||||
uid: Date.now() //guaranteed unique and higher than any prior
|
||||
uid: Date.now() //used for error tracking / display
|
||||
});
|
||||
this.$emit("change");
|
||||
this.selectedRow = [{ index: newIndex }];
|
||||
|
||||
Reference in New Issue
Block a user