告警红点标志
This commit is contained in:
@ -179,7 +179,6 @@ export default {
|
||||
// 搜索
|
||||
onSearch(){
|
||||
this.pageNum =1//每次搜索从1开始搜索
|
||||
const [alarmStartTime='',alarmEndTime='']=(this.dateRange || [])
|
||||
this.getData()
|
||||
},
|
||||
// 重置
|
||||
@ -199,6 +198,7 @@ export default {
|
||||
},
|
||||
// 获取数据
|
||||
getData(){
|
||||
this.$store.dispatch('getSiteAlarmNum',this.siteId)
|
||||
this.loading=true
|
||||
const {deviceId,alarmLevel} = this.search
|
||||
const {siteId,pageNum,pageSize,activeBtn} =this
|
||||
|
||||
Reference in New Issue
Block a user