瀏覽代碼

1、红包优化

yys 1 月之前
父節點
當前提交
4c1cde2d81
共有 1 個文件被更改,包括 2 次插入1 次删除
  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(() => {});
+        });
     }
   }
 };