From b222b2923e4759a86ccae30a85d6653a4b4046f8 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 05 七月 2022 19:08:10 +0800 Subject: [PATCH] 风险模块 --- src/api/user/index.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/user/index.ts b/src/api/user/index.ts index 33f1ead..7e4889a 100644 --- a/src/api/user/index.ts +++ b/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', + }); + }, }; } -- Gitblit v1.9.2