Explorar el Código

Merge branch '上传日志译文' into 测试

xiaohaizhao hace 6 meses
padre
commit
d98935924b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/system/IOT/controlPanel/modules/handleHistory.vue

+ 1 - 1
src/system/IOT/controlPanel/modules/handleHistory.vue

@@ -137,7 +137,7 @@ let typeData = computed(() => {
   }
   setTimeout(() => {
     showChangeAnalysis.value = data.title == "上传日志";
-  });
+  },300);
   return data;
 });