马宇豪
2025-03-04 1b9fea7d4af68d8f933b2dc42bf6084b9646f64c
src/api/systemManage/department/index.ts
@@ -32,6 +32,13 @@
                method: 'post',
                data: value
            });
        },
        getByDepId: (value: object) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/schedule/group/list`,
                method: 'post',
                data: value
            });
        }
    };
}