From ed49178e3ed79551005f5b106cf32cd5eb861a41 Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E5=81=87=E7=AE=A1=E7=90=86gatWorkDay?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home/calendar/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/home/calendar/index.ts b/src/api/home/calendar/index.ts index e8d144d..ed44a4f 100644 --- a/src/api/home/calendar/index.ts +++ b/src/api/home/calendar/index.ts @@ -10,6 +10,9 @@ export interface CalendarVO { // 工作日历数据 API export const CalendarApi = { + getWorkDay: async (params: any) => { + return await request.get({url: `/home/calendar/getWorkDay`,params}) + }, // 查询工作日历数据分页 getCalendarPage: async (params: any) => { return await request.get({ url: `/home/calendar/page`, params })