diff --git a/src/api/13_salary/api.salary.ts b/src/api/13_salary/api.salary.ts index 160213440..742d940ae 100644 --- a/src/api/13_salary/api.salary.ts +++ b/src/api/13_salary/api.salary.ts @@ -22,7 +22,7 @@ export default { salaryReportByid: (id: string) => `${salary}/report/${id}`, salaryReportemployeeByid: (id: string) => `${salary}/report/employee/${id}`, salaryPeriod: () => `${salary}/period`, - salaryPeriodActive: () => `${salary}/period/active`, + salaryPeriodActive: (year: string) => `${salary}/period/active/${year}`, /** รายการเงินเดือน*/ keycloakPositionByid: (id: string) => diff --git a/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue b/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue index e7c8e6496..d8f7e1519 100644 --- a/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue +++ b/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue @@ -1,4 +1,357 @@ -