Kaynağa Gözat

1、红包优化

yys 18 saat önce
ebeveyn
işleme
4c1cde2d81
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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(() => {});
+        });
     }
   }
 };