diff --git a/src/modules/13_salary/views/salaryEmployeeLists.vue b/src/modules/13_salary/views/salaryEmployeeLists.vue index d1484c6f3..e3e6c7220 100644 --- a/src/modules/13_salary/views/salaryEmployeeLists.vue +++ b/src/modules/13_salary/views/salaryEmployeeLists.vue @@ -226,7 +226,6 @@ function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) { .post(config.API.salaryListPeriodLatestEmp, body) .then(async (res) => { const data = res.data.result; - console.log(data.group1id); data && store.fetchPeriodLatest(data, store.tabGroup); periodLatest.value = data;