From e5b270a0dbdcfd3847fec6c9c3a1b351925c51c3 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Fri, 10 May 2024 11:20:26 +0800
Subject: [PATCH] bug修復

---
 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