Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek hace 1 año
padre
commit
4d1c44b639
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/GenerateMonthlyWorkHoursReport/GenerateMonthlyWorkHoursReport.tsx

+ 1
- 1
src/components/GenerateMonthlyWorkHoursReport/GenerateMonthlyWorkHoursReport.tsx Ver fichero

@@ -52,7 +52,7 @@ const GenerateMonthlyWorkHoursReport: React.FC<Props> = ({ staffs }) => {
onSearch={async (query: any) => {
console.log(query);
let postData = {
id: query.staffs.id,
id: query.staff,
yearMonth: dayjs().format("YYYY-MM").toString(),
};
console.log(query.date.length > 0)


Cargando…
Cancelar
Guardar