From 33f44846c05b47bea48d2faead046a4e0259f741 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 06 Jun 2024 16:31:42 +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