From ec166120887d35436e59bb1b4936d50b0c6ab255 Mon Sep 17 00:00:00 2001 From: yx Date: Tue, 12 Jul 2022 13:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/web/camera/index.vue | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/views/web/camera/index.vue b/src/views/web/camera/index.vue index 4582df2..82bee99 100644 --- a/src/views/web/camera/index.vue +++ b/src/views/web/camera/index.vue @@ -212,9 +212,9 @@ -
+
- + @@ -222,22 +222,18 @@ 查询 + + + + + + - - - - - - - - - - - - + +
@@ -538,6 +534,11 @@ export default { if (res.code === 0) { this.restartcfg.form = res.data; + if(this.restartcfg.form.uHour <10){ + this.restartcfg.form.uHour="0"+this.restartcfg.form.uHour+":00" + }else{ + this.restartcfg.form.uHour+=":00" + } this.restartcfg.form.id = row.id; this.restartcfg.run = this.restartcfg.form.bEnable == 1; this.restartcfg.open = true; @@ -619,8 +620,6 @@ export default { if (res.code === 0) { this.logInfoList = res.data; - - console.log(this.logInfoList) } }, async register() {