From a030368330d5a6bf1d0ed42b6121b53d13b587d0 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 31 十月 2024 11:35:13 +0800 Subject: [PATCH] ll --- 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