fix
pyt
2025-02-28 2eca8bcc8edadd9bc6945b47156bba3e55bf4409
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,19 @@
    });
}
// 单位列表
export const getUnitList = async (params) => {
    return request(`/api/huacheng-sangeshenbian/department/list`, {
        method: 'GET',
        params
    });
}
// 详情列表
export const getDetailList = async (data) => {