From ce3d913083a21d2c07706e2567bffd2a19d80c11 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Tue, 02 Jan 2024 14:05:48 +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