fix จำนวนสิทธิ์และวันลาที่ใช้ไป
This commit is contained in:
parent
00a68cc9e0
commit
51e50ad321
3 changed files with 20 additions and 13 deletions
|
|
@ -20,11 +20,12 @@ import DialogForm from "@/modules/09_leave/components/07_LeaveHistory/DialogForm
|
|||
|
||||
const $q = useQuasar();
|
||||
const { leaveTypeData } = storeToRefs(useLeaveHistoryDataStore());
|
||||
const { findYear } = useLeaveHistoryDataStore();
|
||||
const { showLoader, hideLoader, messageError, dialogRemove, success } =
|
||||
useCounterMixin();
|
||||
|
||||
const formFilter = reactive({
|
||||
year: new Date().getFullYear(),
|
||||
year: findYear(new Date()),
|
||||
type: "00000000-0000-0000-0000-000000000000",
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue