From 80537b08e565a9c29b95ec11b33e835abacb9d2f Mon Sep 17 00:00:00 2001 From: zhangzhiqiang Date: Tue, 28 Feb 2023 14:39:09 +0800 Subject: [PATCH] =?UTF-8?q?es=E6=97=A5=E5=BF=97=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/qd/src/views/tools/es/view/index.vue | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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]) } }) },