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() {