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) => {