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,12 +1,12 @@
<template>
<div>
<gz-data-table
formKey="adm-report-templates"
dataListKey="ReportDataList"
:showSelect="false"
:singleSelect="false"
form-key="adm-report-templates"
data-list-key="ReportDataList"
:show-select="false"
:single-select="false"
:reload="reload"
v-on:selection-change="handleSelected"
@selection-change="handleSelected"
data-cy="reportTemplatesTable"
>
</gz-data-table>