南昌市物联网技防平台-前端
shuishen
2021-05-08 19fc245fbf776bc7f1c7cef9760d485734178519
一键求助
1 files modified
2 ■■■ changed files
src/views/supervisoryConsole/data.vue 2 ●●● patch | view | raw | blame | history
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);
        }
      });