From 9b476a2eb0dd47d941672f79cfc333b2fccf461f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:03:09 +0800
Subject: [PATCH] 代码优化

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