batman
2023-03-13 a4bcd1eb9305e2c1b77c7847c2f4a979c0e95e93
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
            });
        }
    };
}