From cb9035c443fe372e7a0c399160bc2592d5299ca9 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期四, 14 十一月 2024 17:15:08 +0800
Subject: [PATCH] 部门管理添加编辑

---
 src/api/department/index.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/department/index.ts b/src/api/department/index.ts
index a8c8f11..c7add97 100644
--- a/src/api/department/index.ts
+++ b/src/api/department/index.ts
@@ -28,3 +28,13 @@
 		url: `/admin/department/get_department_list`,
 		method: 'post',
 	});
+
+/**
+ * @description 缂栬緫閮ㄩ棬淇℃伅
+ **/
+export const update_department_info = (params) =>
+	request({
+		url: `/admin/department/update_department_info`,
+		method: 'post',
+		data: params,
+	});

--
Gitblit v1.9.3