zhanghua
2023-12-15 6f4d30454c52df980eef0607611ec66a57ec0e5c
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);
          });