浏览代码

未配置设备时的数据处理

luyanan 6 年之前
父节点
当前提交
8c965d35d9
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/bridgesConsole/bridgeMonitor/index.vue

+ 5 - 0
src/views/bridgesConsole/bridgeMonitor/index.vue

@ -158,6 +158,11 @@ export default {
158 158
      }
159 159
      if (arr === null || arr.length === 0) {
160 160
        that.progressShow = false
161
        that.$alert('该桥梁尚未配置设备', '提示', {
162
          type: 'warning',
163
          center: true,
164
          callback: action => {}
165
        })
161 166
        return
162 167
      }
163 168
      getMonitorByDay({ seq: arr, begin: sDate, end: eDate }, flag).then(res => {