Koishi před 3 roky
rodič
revize
90d1aa63a8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/warning/warningCard.vue

+ 1 - 1
src/components/warning/warningCard.vue

@@ -205,7 +205,7 @@ export default {
           if (!cEle.isConfirm) {
             pEle.isMute = false;
             alarmSoundLock1 = true;
-            if (pEle.id === this.$store.state.activeTab) {
+            if (cEle.stationId === this.$store.state.activeTab) {
               cEle.isConfirm = true;
             }
           }