| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getYearAndMonthAndDays } from "@/utils/date"; |
| | | import { getYearAndMonthAndDays, getYearAndMonthAndDaysZTZB } from "@/utils/date"; |
| | | import limsTable from "@/components/Table/lims-table.vue"; |
| | | import { selectAuxiliaryAllByMonth } from "@/api/performance/manHour"; |
| | | export default { |
| | |
| | | data() { |
| | | return { |
| | | queryParams: { |
| | | month: getYearAndMonthAndDays().slice(0, 7), |
| | | month: getYearAndMonthAndDaysZTZB().slice(0, 7), |
| | | name: "", |
| | | departLims: "", |
| | | }, |
| | |
| | | }, |
| | | refresh() { |
| | | this.queryParams = { |
| | | month: getYearAndMonthAndDays().slice(0, 7), |
| | | month: getYearAndMonthAndDaysZTZB().slice(0, 7), |
| | | name: "", |
| | | departLims: "", |
| | | }; |