浏览代码

字段替换

Koishi 3 年之前
父节点
当前提交
90d1aa63a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
             }
           }