caiyuqin 1 éve
szülő
commit
15417aa0f9
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      src/views/consoleManage/components/button.vue

+ 2 - 0
src/views/consoleManage/components/button.vue

@@ -28,6 +28,8 @@ const animationBaseStyles = computed(() => ({
 
 // 处理导出动画
 const handleExport = () => {
+  emits("endAnim",);
+  return false
   if (isExporting.value) return;
   isExporting.value = true;
   const animEl = animationElement.value;