yys 18 ore fa
parent
commit
4c1cde2d81
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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(() => {});
+        });
     }
   }
 };