@@ -312,3 +312,11 @@ export function selectMessageList(userId,deptId) {
method: 'get'
})
}
+// 左侧获取通知公共
+export function getLatestNotice() {
+ return request({
+ url: '/system/notice/getLatestNotice',
+ method: 'get',
+ params: {},
+ })
+}