From 9b36bf37924e7d9c665837c13832a033754974ae Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期三, 20 八月 2025 13:16:50 +0800 Subject: [PATCH] yys 修改劳保统计表格 --- src/api/lavorissce/ledger.js | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/api/lavorissce/ledger.js b/src/api/lavorissce/ledger.js index 5b7c94a..f4f710c 100644 --- a/src/api/lavorissce/ledger.js +++ b/src/api/lavorissce/ledger.js @@ -1,11 +1,28 @@ import request from '@/utils/request' // 鍒嗛〉鏌ヨ -export function listPage(data) { +export function listPage(query) { return request({ url: '/lavorIssue/listPage', method: 'get', - data + params: query + }) +} + +// 鍒嗛〉鏌ヨ +export function statistics(params) { + return request({ + url: '/lavorIssue/statistics', + method: 'get', + params + }) +} + +export function statisticsList(params) { + return request({ + url: '/lavorIssue/statisticsList', + method: 'get', + params }) } -- Gitblit v1.9.3