This commit is contained in:
2021-02-10 15:53:45 +00:00
parent 6198714184
commit aa5a952aa4
90 changed files with 478 additions and 477 deletions

View File

@@ -1,16 +1,16 @@
<template>
<div>
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<gz-data-table
v-if="!jobActive"
formKey="adm-attachments"
dataListKey="AttachmentDataList"
:showSelect="true"
:singleSelect="false"
form-key="adm-attachments"
data-list-key="AttachmentDataList"
:show-select="true"
:single-select="false"
:reload="reload"
v-on:selection-change="handleSelected"
@selection-change="handleSelected"
data-cy="attachTable"
>
</gz-data-table>
@@ -41,9 +41,9 @@
<gz-pick-list
v-if="moveType != 0"
:ayaType="moveType"
:showEditIcon="false"
:includeInactive="true"
:aya-type="moveType"
:show-edit-icon="false"
:include-inactive="true"
v-model="moveId"
label="Id"
></gz-pick-list>