From 41cc4704514d3cc32913ad4e83d03e94cd8b3250 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Mar 2024 16:10:40 +0800
Subject: [PATCH] 1

---
 subPackage/task/workLogList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/subPackage/task/workLogList.vue b/subPackage/task/workLogList.vue
index 38f53ee..811f865 100644
--- a/subPackage/task/workLogList.vue
+++ b/subPackage/task/workLogList.vue
@@ -128,7 +128,7 @@
 					})
 				})
 				let params = {
-					page: this.currentPage,
+					current: this.currentPage,
 					size: 20,
 					status: this.currentStatus,
 					frequency: this.frequency,

--
Gitblit v1.9.3