From 9a1f6f103b32609a97198fa4406f58b5d6770fb2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 7 Mar 2021 21:33:01 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 2 +- ayanova/src/views/svc-contract.vue | 45 ++++++++++++++++++---------- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 86687c54..41941b6c 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -181,7 +181,7 @@ export default { //this is required for the control to update and parent form to detect it this.$emit("input", e.id); - //this is sometimes required for forms that need the full selection value + //this is sometimes required for forms that need more than the ID (contract etc) this.$emit("update:name", e.name); this.$emit("update:active", e.active); }, diff --git a/ayanova/src/views/svc-contract.vue b/ayanova/src/views/svc-contract.vue index 9b78f806..5472f666 100644 --- a/ayanova/src/views/svc-contract.vue +++ b/ayanova/src/views/svc-contract.vue @@ -478,7 +478,12 @@ -