From 1f772a6c7834eef35ff4c9f2c8ed734a4c2be76a Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Tue, 02 Aug 2022 11:09:16 +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