瀏覽代碼

未配置设备时的数据处理

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

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

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