From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +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