马宇豪
2023-08-16 a8ef7c1a4b2ab6acd91a0520e6258bd753d17f20
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
            });
        }
    };
}