This commit is contained in:
2022-10-26 01:39:48 +00:00
parent 9d417032d9
commit 202c80ddb7
3 changed files with 12 additions and 14 deletions

View File

@@ -282,7 +282,7 @@ export default {
dbIsEmpty: false, dbIsEmpty: false,
request: { request: {
Email: null, Email: null,
Company: null, Company: "",
Contact: null Contact: null
}, },
currentLicenseInfo: {}, currentLicenseInfo: {},
@@ -340,6 +340,11 @@ export default {
); );
// //
} }
this.$nextTick(() => {
this.request.Company = null;
this.fieldValueChanged(`requestcompany`);
});
} catch (err) { } catch (err) {
vm.formState.ready = true; vm.formState.ready = true;
window.$gz.errorHandler.handleFormError(err, vm); window.$gz.errorHandler.handleFormError(err, vm);

View File

@@ -88,28 +88,21 @@
</div> </div>
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<v-btn <v-btn large color="primary" text @click="helpEvaluate()">{{
large $ay.t("EvaluationGuide")
color="primary" }}</v-btn>
text
class="my-8 mr-16"
@click="helpEvaluate()"
>{{ $ay.t("EvaluationGuide") }}</v-btn
>
<v-btn <v-btn
large large
color="primary" color="primary"
text text
:href="supportLink()" :href="supportLink()"
target="_blank" target="_blank"
class="my-8 mr-12"
>{{ $ay.t("HelpTechSupport") }}</v-btn >{{ $ay.t("HelpTechSupport") }}</v-btn
> >
<v-btn <v-btn
large large
color="primary" color="primary"
text text
class="my-8 mr-12"
data-cy="btnSeed" data-cy="btnSeed"
@click="seedDialog = !seedDialog" @click="seedDialog = !seedDialog"
>{{ $ay.t("GenerateSampleData") }}</v-btn >{{ $ay.t("GenerateSampleData") }}</v-btn

View File

@@ -10,7 +10,7 @@
<v-tab>{{ $ay.t("Contacts") }}</v-tab> <v-tab>{{ $ay.t("Contacts") }}</v-tab>
<v-tabs-items v-model="tab"> <v-tabs-items v-model="tab">
<v-tab-item class="mt-4 ml-2"> <v-tab-item class="mt-4 ml-2">
<v-row> <v-row dense>
<v-col cols="12" sm="6" lg="4" xl="3"> <v-col cols="12" sm="6" lg="4" xl="3">
<v-text-field <v-text-field
ref="name" ref="name"
@@ -383,7 +383,7 @@
</v-row> </v-row>
</v-tab-item> </v-tab-item>
<v-tab-item class="mt-4 ml-2"> <v-tab-item class="mt-4 ml-2">
<v-row> <v-row no-gutters>
<v-col cols="12"> <v-col cols="12">
<v-menu v-if="rights.change" offset-y> <v-menu v-if="rights.change" offset-y>
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
@@ -661,7 +661,7 @@
</v-row> </v-row>
</v-tab-item> </v-tab-item>
<v-tab-item class="mt-4 ml-2"> <v-tab-item class="mt-4 ml-2">
<v-row> <v-row dense>
<v-col cols="12"> <v-col cols="12">
<v-data-table <v-data-table
v-model="selected" v-model="selected"