caiyuqin 1 год назад
Родитель
Сommit
15417aa0f9
1 измененных файлов с 2 добавлено и 0 удалено
  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;