Browse Source

字段替换

Koishi 3 năm trước cách đây
mục cha
commit
90d1aa63a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
             }
           }