lct
Your Name
2023-03-09 19965a0379a845cbb24658a275ef3402e2514579
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
            });
        }
    };
}