From 0beea067bea14aeaa8ed0d8ee3cf4d2117f3cd2e Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 14 May 2024 16:14:06 +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