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", }); },