This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user