Преглед изворни кода

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

王通 пре 1 година
родитељ
комит
9f3f94ecd0
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/api/forest.js

+ 8 - 0
src/api/forest.js

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