@ -385,7 +385,7 @@ export const InstrumentInfo = {
/**分页获取打卡统计*/
getClockStatistics: (data) => {
return Ajax({
url: "/clock/clockStatistics",
url: "/clock/clockStatistics" + paramsToUrlQueryString(data),
method: "get",
});
},