From e4a9d9df52d7148c74984e76834c9fceaf237fc0 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 11 Dec 2023 09:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/report/index.vue b/src/views/report/index.vue index 0537d59..f1ded07 100644 --- a/src/views/report/index.vue +++ b/src/views/report/index.vue @@ -220,7 +220,8 @@ export default { getqueryCmdsApi({ qt: "his", p: 1, ps: 200 }) .then((res) => { console.log(res); - this.endCommand = res.data; + // this.endCommand = res.data; + this.endCommand = res.data.filter((item) => item.status == "1"); this.selectRightChanged(this.operateR); // this.leftComLoading = false; this.updateTime = new Date().toLocaleString();