|
@@ -211,12 +211,10 @@ export default {
|
|
getTbDeviceStatusCollect(this.queryParams).then(response =>{
|
|
getTbDeviceStatusCollect(this.queryParams).then(response =>{
|
|
this.index1Data = response.data
|
|
this.index1Data = response.data
|
|
this.loading1 = false
|
|
this.loading1 = false
|
|
- this.loading2 = false
|
|
|
|
})
|
|
})
|
|
this.queryParams.status = 0
|
|
this.queryParams.status = 0
|
|
/* 折线图 */
|
|
/* 折线图 */
|
|
getTbDeviceStatusCollectIcoDetail(this.queryParams2).then(response =>{
|
|
getTbDeviceStatusCollectIcoDetail(this.queryParams2).then(response =>{
|
|
- this.loading3 = false
|
|
|
|
let data = response.data
|
|
let data = response.data
|
|
let lineData = []
|
|
let lineData = []
|
|
let total = []
|
|
let total = []
|
|
@@ -233,6 +231,7 @@ export default {
|
|
checkCount[0].name = "处理次数"
|
|
checkCount[0].name = "处理次数"
|
|
this.index2Data.push(total[0],checkCount[0],lineData)
|
|
this.index2Data.push(total[0],checkCount[0],lineData)
|
|
this.index2Data.push({name:"烟感离线处理情况跟踪",color:"#FF9721"})
|
|
this.index2Data.push({name:"烟感离线处理情况跟踪",color:"#FF9721"})
|
|
|
|
+ this.loading2 = false
|
|
}
|
|
}
|
|
})
|
|
})
|
|
/* 公司列表 */
|
|
/* 公司列表 */
|