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';
|
||||
|
|
@ -80,7 +80,7 @@ onMounted(async () => {
|
|||
<QTableFilters v-model:search="timesheet_store.search_filter" />
|
||||
</div>
|
||||
</div>
|
||||
<OverviewReport />
|
||||
<OverviewReport/>
|
||||
<OverviewList class="col" />
|
||||
</q-page>
|
||||
</template>
|
||||
Loading…
Reference in New Issue
Block a user