fix(employees_list): added schedule_preset_id to return object
This commit is contained in:
parent
a859ad8107
commit
c3681e50c7
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
/* eslint-disable */
|
||||
import { onMounted, ref } from 'vue';
|
||||
import { onMounted } from 'vue';
|
||||
import { date } from 'quasar';
|
||||
import { useTimesheetApprovalApi } from 'src/modules/timesheet-approval/composables/use-timesheet-approval-api';
|
||||
import { useTimesheetStore } from 'src/stores/timesheet-store';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user