From 573193bb8ba686b06b5132cd233f953cc06d310d Mon Sep 17 00:00:00 2001
From: 落日与鲸 <10806022+gong-jinbao@user.noreply.gitee.com>
Date: 星期五, 28 二月 2025 18:41:19 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide

---
 management/src/pages/message-notification/service.js |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/management/src/pages/message-notification/service.js b/management/src/pages/message-notification/service.js
index 0b55322..23366e7 100644
--- a/management/src/pages/message-notification/service.js
+++ b/management/src/pages/message-notification/service.js
@@ -4,7 +4,7 @@
 export const getList = async (data) => {
     return request(`/api/huacheng-sangeshenbian/messageNotification/list`, {
         method: 'GET',
-        data
+        params:data
     });
 }
 // 设置已读
@@ -15,6 +15,25 @@
     });
 }
 
+// 单位列表
+export const getUnitList = async (params) => {
+    return request(`/api/huacheng-sangeshenbian/department/list`, {
+        method: 'GET',
+        params
+    });
+}
+// 获取职位列表数据
+export const systemPostList = async (params) => {
+    return request(`/api/huacheng-sangeshenbian/systemPost/list`, {
+        method: 'GET',params
+    });
+}
+
+
+
+
+
+
 
 // 详情列表
 export const getDetailList = async (data) => {

--
Gitblit v1.7.1