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; }, //获取左侧树结构