This commit is contained in:
2021-01-15 23:44:35 +00:00
parent 4036794dd3
commit d864ef4bc9
2 changed files with 38 additions and 2 deletions

View File

@@ -130,6 +130,8 @@ export default {
}
},
methods: {
//Get full selection for use on forms where we need the
//full selection including name, active, id
getFullSelectionValue() {
return this.lastSelection;
},