王通 2 vuotta sitten
vanhempi
commit
c4296f4ec5
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/forest.vue

+ 2 - 1
src/views/forest.vue

@@ -611,7 +611,8 @@ export default {
 
     },
     getFirespread(eventCode) {
-      this.$refs.firespread.showEventDialog(eventCode,this.calendarDay);
+      this.$refs.firespread.showEventDialog(eventCode);
+      this.$refs.firespread.fireControlViewList()
     },
     getCurrentDataStr() {
       let date = new Date()