From b4668a820cb11703613c59d6529898e230be0b28 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 04 八月 2025 14:57:18 +0800
Subject: [PATCH] bug修改
---
src/api/attendance.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/api/attendance.js b/src/api/attendance.js
index 5a862aa..16f2bf7 100644
--- a/src/api/attendance.js
+++ b/src/api/attendance.js
@@ -4,15 +4,17 @@
export function getData(params) {
return apolloClient.query({
query: gql`
- query vars($staffId: Int!, $beginDate: LocalDate!, $endDate: LocalDate!, $pageIn: PageIn!) {
+ query vars($staffId: Int!, $beginDate: LocalDate!, $endDate: LocalDate!,$reportType:String!, $pageIn: PageIn!) {
findPlayerAttendanceSummary(
staffId: $staffId
beginDate: $beginDate
endDate: $endDate
+ reportType: $reportType
pageIn: $pageIn
) {
ls {
playerName
+ courseDate
state
voucherName
qty
--
Gitblit v1.8.0