From db75c6a59acad51cb17577c522e6a4debf72b3b6 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期二, 02 八月 2022 17:54:30 +0800 Subject: [PATCH] 数据对接 --- src/api/goalManagement/index.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/goalManagement/index.ts b/src/api/goalManagement/index.ts index f0b8aab..59e9bc1 100644 --- a/src/api/goalManagement/index.ts +++ b/src/api/goalManagement/index.ts @@ -250,5 +250,21 @@ data: params }) }, + // 部门树 + getTreedepartment: () => { + return request({ + url:"/department/list", + method: "post" + }) + + }, + // 人员 + getManName:(params:any)=>{ + return request({ + url:`/account/dep/list?depId=${params}`, + method:"get" + }) + } + } } \ No newline at end of file -- Gitblit v1.9.2