王通 před 2 roky
rodič
revize
c4296f4ec5
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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()