Przeglądaj źródła

1、红包优化

yys 21 godzin temu
rodzic
commit
4c1cde2d81
1 zmienionych plików z 2 dodań i 1 usunięć
  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);
           return exportCourseRedPacketLog(queryParams);
         }).then(response => {
         }).then(response => {
           this.download(response.msg);
           this.download(response.msg);
+        }).catch(() => {}).finally(() => {
           this.exportLoading = false;
           this.exportLoading = false;
-        }).catch(() => {});
+        });
     }
     }
   }
   }
 };
 };