设备监控驱动更新

This commit is contained in:
lyd
2022-08-17 18:29:26 +08:00
parent a02a2279f0
commit 8a65e47bbd
14 changed files with 807 additions and 93 deletions

View File

@@ -395,8 +395,11 @@ export default {
this.logs.push(tempArray[k]) // 追加数据
}
} else {
this.showEmpty = true
this.emptyText = '暂无日志信息,请选择时间段试试'
this.$notify({
title: '警告',
message: '暂无以往日志数据!',
type: 'warning'
})
}
})
}