From 0b6dd042460035bea445ce8f79be5b9a9e6f747c Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Fri, 21 Jul 2023 16:16:55 +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/pictureRotation/index.vue | 3 ++- src/views/realTimeMonitor/index.vue | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/pictureRotation/index.vue b/src/views/pictureRotation/index.vue index dfd595c..57f6c53 100644 --- a/src/views/pictureRotation/index.vue +++ b/src/views/pictureRotation/index.vue @@ -411,7 +411,8 @@ export default { ? parseInt(localStorage.getItem("col")) : 4; this.pageSize = this.rowradio * this.colradio; - this.toggleCountdown(); + //this.toggleCountdown(); + this.getPicData(); }, created() {}, diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index ffa4a87..6397444 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -397,6 +397,8 @@ export default { filterNode(value, data) { console.log(value, data); if (!value) return true; + console.log(data.name); + return data.name.indexOf(value) !== -1; }, //获取左侧树结构