This commit is contained in:
2021-05-03 20:36:20 +00:00
parent 364b9659a5
commit 64b66b76c4
17 changed files with 65 additions and 25 deletions

View File

@@ -84,7 +84,7 @@
v-model="obj.startDate"
:readonly="formState.readOnly"
ref="startDate"
test-id="startDate"
data-cy="startDate"
:error-messages="form().serverErrors(this, 'startDate')"
@input="fieldValueChanged('startDate')"
></gz-date-time-picker>
@@ -98,7 +98,7 @@
v-model="obj.endDate"
:readonly="formState.readOnly"
ref="endDate"
test-id="endDate"
data-cy="endDate"
@input="fieldValueChanged('endDate')"
></gz-date-time-picker>
</v-col>