Explorar o código

1、红包优化

yys hai 21 horas
pai
achega
4c1cde2d81
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/course/courseRedPacketLog/index.vue

+ 2 - 1
src/views/course/courseRedPacketLog/index.vue

@@ -532,8 +532,9 @@ export default {
           return exportCourseRedPacketLog(queryParams);
         }).then(response => {
           this.download(response.msg);
+        }).catch(() => {}).finally(() => {
           this.exportLoading = false;
-        }).catch(() => {});
+        });
     }
   }
 };