Explorar o código

forest的日历

qinhouyu hai 1 ano
pai
achega
ed4dba8de7
Modificáronse 2 ficheiros con 609 adicións e 577 borrados
  1. 8 0
      src/api/forest.js
  2. 601 577
      src/views/date.vue

+ 8 - 0
src/api/forest.js

@@ -175,6 +175,14 @@ export function getEventByEventType(param,loading) {
     },
   })
 }
+// 获取日历颜色状态
+export function getEventByCalendar_direct(param) {
+  return request({
+    url: '/center-event/eventview/selectEventByCalendar',
+    method: 'post',
+    data: param
+  })
+}
 // 获取上报排名
 export function getEventByReportorOrder(param,loading) {
   return request({

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 601 - 577
src/views/date.vue