From 202c80ddb714b87944c28635e85b742224353a90 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Oct 2022 01:39:48 +0000 Subject: [PATCH] --- ayanova/src/views/adm-license.vue | 7 ++++++- ayanova/src/views/ay-evaluate.vue | 13 +++---------- ayanova/src/views/cust-customer.vue | 6 +++--- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index fad3e6a1..dd188579 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -282,7 +282,7 @@ export default { dbIsEmpty: false, request: { Email: null, - Company: null, + Company: "", Contact: null }, currentLicenseInfo: {}, @@ -340,6 +340,11 @@ export default { ); // } + + this.$nextTick(() => { + this.request.Company = null; + this.fieldValueChanged(`requestcompany`); + }); } catch (err) { vm.formState.ready = true; window.$gz.errorHandler.handleFormError(err, vm); diff --git a/ayanova/src/views/ay-evaluate.vue b/ayanova/src/views/ay-evaluate.vue index 0f63b5e7..ac1341cb 100644 --- a/ayanova/src/views/ay-evaluate.vue +++ b/ayanova/src/views/ay-evaluate.vue @@ -88,28 +88,21 @@ - {{ $ay.t("EvaluationGuide") }} + {{ + $ay.t("EvaluationGuide") + }} {{ $ay.t("HelpTechSupport") }} {{ $ay.t("GenerateSampleData") }}{{ $ay.t("Contacts") }} - + - +