This commit is contained in:
@@ -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