bug
zhanghua
2024-01-03 02129858b17c1934b30d29b87805844479a32c6c
src/views/smoke/alarm/index.vue
@@ -95,7 +95,7 @@
          list.forEach((e) => {
            e.AcquitAtStr = this.dateFormat(
              "YYYY-mm-dd HH:MM",
              new Date(e.AcquitAt)
              new Date(e.AcquitAt*1000)
            );
            e.MsgTypeStr = this.MsgTypeStr(e.MsgType);
          });