gaoluyang
4 天以前 c4b339705e5d2d1a33f4f3d6b5d7e19ac7d68faa
src/views/lavorissue/statistics/index.vue
@@ -58,16 +58,11 @@
<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',
@@ -96,7 +91,7 @@
  resetFilters,
  onCurrentChange,
} = usePaginationApi(
    listPage,
   lavorIssueListPage,
    {
      season: '',
      issueDate: '',
@@ -197,7 +192,7 @@
/** 搜索按钮操作 */
const handleQuery = () => {
  page.current = 1;
   pagination.current = 1;
  getTableData();
};
const changePage = ({ page, limit }) => {