Browse Source

可视化bug

彭宇 2 years ago
parent
commit
0844c0f9e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/forest.vue

+ 2 - 0
src/views/forest.vue

@@ -1483,6 +1483,7 @@
 			},
 			todayEventCountSetMarkers(eventStatus) {
 				this.iconCurrentIndex1 = eventStatus
+				this.iconCurrentIndex2 = ''
 				// if (eventStatus == "event_event_status_3") {
 				// 	return
 				// }
@@ -1557,6 +1558,7 @@
 			},
 			todayEventSourcetSetMarkers(eventSource) {
 				this.iconCurrentIndex2 = eventSource
+        this.iconCurrentIndex1 = ''
 				//点击今日事件后三个按钮列表
 				let that = this
 				getEventSourceList(eventSource).then(res => {