zhanghua
2023-11-13 4c6f2df21a29048440a85e34dadcd4f1c75c179c
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);
          });