From 84c0fff6e0282e41433d75e97493d799090d9392 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 30 Aug 2023 09:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=A1=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Sidebar.vue | 10 +++++----- src/views/devicePhotoSchedule/components/setdevice.vue | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index 56e08f3..b906383 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -140,11 +140,11 @@ export default { }, ], }, - { - icon: "el-icon-setting", - index: "/itOperation", - title: "运维管理", - }, + // { + // icon: "el-icon-setting", + // index: "/itOperation", + // title: "运维管理", + // }, ], items1: [ { diff --git a/src/views/devicePhotoSchedule/components/setdevice.vue b/src/views/devicePhotoSchedule/components/setdevice.vue index 3757ad2..c3740a4 100644 --- a/src/views/devicePhotoSchedule/components/setdevice.vue +++ b/src/views/devicePhotoSchedule/components/setdevice.vue @@ -285,6 +285,7 @@ export default { //console.log(this.termidArr); this.sureSum(); this.showtag = true; + this.sureloading = true; }, //时间表 sureSum() { @@ -526,6 +527,10 @@ export default { display() { this.isShow = true; }, + clearfn() { + clearTimeout(this.timer); + this.timer = null; + }, handleclose() { this.isShow = false; this.newzzList = [];