| | |
| | | |
| | | <script setup> |
| | | import { usePaginationApi } from "@/hooks/usePaginationApi"; |
| | | import { listPage,statistics } from "@/api/lavorissce/ledger"; |
| | | import { onMounted, getCurrentInstance } from "vue"; |
| | | import { ElMessageBox, ElMessage } from "element-plus"; |
| | | import dayjs from "dayjs"; |
| | | import {lavorIssueListPage, statistics} from "@/api/lavorissce/ledger"; |
| | | import { onMounted } from "vue"; |
| | | |
| | | // 表格多选框选中项 |
| | | const multipleList = ref([]); |
| | | const { proxy } = getCurrentInstance(); |
| | | const modalRef = ref(); |
| | | const filesDia = ref() |
| | | const jidu = ref([ |
| | | { |
| | | value: '1', |
| | |
| | | resetFilters, |
| | | onCurrentChange, |
| | | } = usePaginationApi( |
| | | listPage, |
| | | lavorIssueListPage, |
| | | { |
| | | season: '', |
| | | issueDate: '', |
| | |
| | | |
| | | /** 搜索按钮操作 */ |
| | | const handleQuery = () => { |
| | | page.current = 1; |
| | | pagination.current = 1; |
| | | getTableData(); |
| | | }; |
| | | const changePage = ({ page, limit }) => { |