设备监控驱动更新
This commit is contained in:
@@ -395,8 +395,11 @@ export default {
|
||||
this.logs.push(tempArray[k]) // 追加数据
|
||||
}
|
||||
} else {
|
||||
this.showEmpty = true
|
||||
this.emptyText = '暂无日志信息,请选择时间段试试'
|
||||
this.$notify({
|
||||
title: '警告',
|
||||
message: '暂无以往日志数据!',
|
||||
type: 'warning'
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user