From 6e7aec506594a67bace4446999b8ec4ee440cedc Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 01 十一月 2024 11:41:57 +0800
Subject: [PATCH] 代码初始化
---
h5/api/staff.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/h5/api/staff.js b/h5/api/staff.js
index dd2f307..ea64d24 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -84,6 +84,14 @@
method: 'get'
})
}
+// 閮ㄩ棬鍒楄〃
+export const deptListPost = (data) => {
+ return http({
+ url: '/visitsAdmin/cloudService/business/company/list',
+ method: 'post',
+ data
+ })
+}
// 闅愭偅 绫诲瀷
export const DangerConfigType = (data) => {
return http({
--
Gitblit v1.9.3