Sfoglia il codice sorgente

修改同步操作日志

bihuisong 1 mese fa
parent
commit
59657964d9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      monitor_ui/src/views/dahuaLog/index.vue

+ 2 - 0
monitor_ui/src/views/dahuaLog/index.vue

@@ -467,6 +467,8 @@ export default {
         return that.$modal.msgWarning('请选择您要同步的时间范围')
         return that.$modal.msgWarning('请选择您要同步的时间范围')
       }
       }
       if (that.operateTypeValue == null || that.operateTypeValue == '' || that.operateTypeValue == undefined) {
       if (that.operateTypeValue == null || that.operateTypeValue == '' || that.operateTypeValue == undefined) {
+        that.loading = false
+        that.open = false
         return that.$modal.msgWarning('请选择您要同步的操作类型')
         return that.$modal.msgWarning('请选择您要同步的操作类型')
       }
       }
       let params = {
       let params = {