diff --git a/mes/qd/src/views/tools/es/view/index.vue b/mes/qd/src/views/tools/es/view/index.vue
index c3091f6d..d86e9055 100644
--- a/mes/qd/src/views/tools/es/view/index.vue
+++ b/mes/qd/src/views/tools/es/view/index.vue
@@ -128,23 +128,9 @@
-
-
+
@@ -310,8 +296,8 @@ export default {
this.showEmpty = false
// 清空
this.logs = []
- for (const j in res.records) { // 用push的方式将所有日志数组添加进去
- this.logs.push(res.records[j])
+ for (const j in res) { // 用push的方式将所有日志数组添加进去
+ this.logs.push(res[j])
}
})
},