南昌市物联网技防平台-前端
Administrator
2021-05-08 95b7f9beab39677989ca01c184b2991407ff8881
src/views/supervisoryConsole/data.vue
@@ -278,7 +278,7 @@
    var that = this;
    getList().then((res) => {
      res.data.data.forEach((item) => {
        if (item.waringType == "紧急求救") {
        if (item.waringType == "一键求助") {
          that.tableData.push(item);
        }
      });