haoxuan
2024-05-07 1ccee4c44055c977374a7675063cd241ccfcfe5b
src/views/employeeSalary/attendanceStatistics/index.vue
@@ -50,7 +50,7 @@
import pageMixin from "@/components/makepager/pager/mixin/pageMixin"
import AttendanceStatisticsDetails from  "@/views/employeeSalary/attendanceStatistics/components/AttendanceStatisticsDetails"
import NewDate from "@/api/date";
const { getCurrentMonth } = NewDate;
const { getPreviousMonth } = NewDate;
export default {
  name: "attendanceStatistics",
  props: {
@@ -69,7 +69,7 @@
        },
      },
      object:{
        date:getCurrentMonth()
        date:getPreviousMonth()
      },
      editRow:{