优化智能DNS访问日志组件

This commit is contained in:
刘祥超
2022-11-24 10:24:04 +08:00
parent 5a6e6fba69
commit 3a23b57f1b

View File

@@ -13,9 +13,9 @@ Vue.component("ns-access-log-box", {
if (accessLog.recordValue == null || accessLog.recordValue.length == 0) { if (accessLog.recordValue == null || accessLog.recordValue.length == 0) {
isFailure = true isFailure = true
} }
} else if (accessLog.nsRecordId == null || accessLog.nsRecordId == 0) {
isFailure = true
} }
// 没有找到记录的不需要高亮显示,防止管理员看到红色就心理恐慌
} }
return { return {