Browse Source

首页云图  基本情况 变更为  通知公告

王通 1 year ago
parent
commit
9f3f94ecd0
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/api/forest.js

+ 8 - 0
src/api/forest.js

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