Browse Source

添加延时

xiaohaizhao 6 months ago
parent
commit
5ce590e59b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/operation/moduleNormal/controlPanel/modules/handleHistory.vue

+ 1 - 1
src/operation/moduleNormal/controlPanel/modules/handleHistory.vue

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