Explorar el Código

1、红包优化

yys hace 18 horas
padre
commit
4c1cde2d81
Se han modificado 1 ficheros con 2 adiciones y 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(() => {});
+        });
     }
   }
 };