From c4b339705e5d2d1a33f4f3d6b5d7e19ac7d68faa Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 20 八月 2025 10:14:27 +0800
Subject: [PATCH] 劳保台账修改
---
src/views/lavorissue/statistics/index.vue | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/views/lavorissue/statistics/index.vue b/src/views/lavorissue/statistics/index.vue
index a2fd6a8..5c6f286 100644
--- a/src/views/lavorissue/statistics/index.vue
+++ b/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 }) => {
--
Gitblit v1.9.3