From 302a6467ba4d36f7db0a136ff620e3582ea5e659 Mon Sep 17 00:00:00 2001 From: rongweikang <1174906669@qq.com> Date: Mon, 19 Feb 2024 09:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/Interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Interface.js b/src/utils/Interface.js index caf707d..17ed6fc 100644 --- a/src/utils/Interface.js +++ b/src/utils/Interface.js @@ -385,7 +385,7 @@ export const InstrumentInfo = { /**分页获取打卡统计*/ getClockStatistics: (data) => { return Ajax({ - url: "/clock/clockStatistics", + url: "/clock/clockStatistics" + paramsToUrlQueryString(data), method: "get", }); },