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] 三色任务与自查任务
---
api/task/task.js | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/api/task/task.js b/api/task/task.js
index 5a320cd..118476a 100644
--- a/api/task/task.js
+++ b/api/task/task.js
@@ -10,11 +10,12 @@
-export const getCountTypeNumber = () => {
+export const getCountTypeNumber = (params) => {
return http.request({
url: '/blade-task/task/countTypeNumber',
method: 'GET',
+ params: {
+ ...params
+ }
})
-}
-
-
+}
\ No newline at end of file
--
Gitblit v1.9.3