added login logic
This commit is contained in:
@@ -43,7 +43,7 @@ div.modal.fade(
|
||||
*/
|
||||
const props = defineProps<{
|
||||
modalId: string,
|
||||
searchData : [],
|
||||
searchData : any[],
|
||||
searchFields? : string[],
|
||||
sourceRow? : number,
|
||||
minQueryLength? : number
|
||||
|
||||
@@ -68,11 +68,11 @@ AddEmployeeModal(
|
||||
import { watch, computed, ref, onMounted } from 'vue'
|
||||
import type { Ref, ComputedRef } from 'vue'
|
||||
import { storeToRefs } from 'pinia'
|
||||
import { useEmployees } from '../stores/employees'
|
||||
import { useEmployees } from '@/stores/employees'
|
||||
import { addMonths, eachMonthOfInterval, subDays, addDays, format, getISODay, getYear, getMonth, getDaysInMonth } from 'date-fns'
|
||||
import { de } from 'date-fns/locale'
|
||||
import AddEmployeeModal from './AddEmployeeModal.vue'
|
||||
import Coordinates from '../types/coordinates'
|
||||
import AddEmployeeModal from '@/components/AddEmployeeModal.vue'
|
||||
import Coordinates from '@/types/coordinates'
|
||||
|
||||
/*
|
||||
* Props
|
||||
|
||||
Reference in New Issue
Block a user