Refactor code to update date range in Anomali_LAPPGP_LPT.vue and api.graphql.ts

This commit is contained in:
Dede Fuji Abdul
2024-04-16 17:28:13 +07:00
parent 80f390e80a
commit 98eec9f138
6 changed files with 64 additions and 38 deletions

View File

@ -182,7 +182,7 @@
<DetailDialog
:open="dialogDetail"
title="Daftar Detail Penugasan Khusus"
title="Daftar Detail Check in & Check Out"
@on-close="closedialogDetail"
:full-width="true"
>
@ -859,13 +859,12 @@
</template>
<script setup lang="ts">
import { onMounted, ref, watch } from 'vue'
import { onMounted, ref } from 'vue'
import { DxDataGrid } from 'devextreme-vue'
import {
DxColumn,
DxColumnFixing,
DxExport,
DxLoadPanel,
DxPager,
DxPaging,
DxScrolling,