This commit is contained in:
@@ -384,7 +384,8 @@ export default {
|
||||
completedDate: null,
|
||||
isDirty: true,
|
||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||
uid: Date.now()
|
||||
uid: Date.now(),
|
||||
completedByUserViz: null
|
||||
});
|
||||
});
|
||||
this.$emit("change");
|
||||
@@ -429,7 +430,9 @@ export default {
|
||||
completedDate: null,
|
||||
isDirty: true,
|
||||
workOrderItemId: this.value.items[this.activeWoItemIndex].id,
|
||||
uid: Date.now() //used for error tracking / display
|
||||
uid: Date.now(),
|
||||
completedByUserViz: null,
|
||||
statusViz: null
|
||||
});
|
||||
this.$emit("change");
|
||||
this.selectedRow = [{ index: newIndex }];
|
||||
|
||||
Reference in New Issue
Block a user