qinhouyu il y a 1 an
Parent
commit
983674a56f
2 fichiers modifiés avec 607 ajouts et 575 suppressions
  1. 8 0
      src/api/forest.js
  2. 599 575
      src/views/date.vue

+ 8 - 0
src/api/forest.js

@@ -138,6 +138,14 @@ export function getEventDetail(param) {
   })
 }
 // 获取日历颜色状态
+export function getEventByCalendar_direct(param) {
+  return request({
+    url: '/center-event/eventview/selectEventByCalendar',
+    method: 'post',
+    data: param
+  })
+}
+// 获取日历颜色状态
 export function getEventByCalendar(param) {
   return request({
     url: '/center-environment/VisuForestCloudMapController/getEventByCalendar',

Fichier diff supprimé car celui-ci est trop grand
+ 599 - 575
src/views/date.vue