Your Name
2022-07-05 b222b2923e4759a86ccae30a85d6653a4b4046f8
src/api/user/index.ts
@@ -23,5 +23,11 @@
                data:data
            });
        },
        getUserLByDepartment: (depId : number | null) => {
            return request({
                url: `/account/dep/list?depId=${depId}`,
                method: 'get',
            });
        },
    };
}