diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 8e2e5e48..58005ffe 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -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; }, diff --git a/ayanova/src/views/inv-part-assembly.vue b/ayanova/src/views/inv-part-assembly.vue index f1dd9890..95d7adb8 100644 --- a/ayanova/src/views/inv-part-assembly.vue +++ b/ayanova/src/views/inv-part-assembly.vue @@ -19,6 +19,15 @@ +