Liugl 3 éve
szülő
commit
6263c7f6fc
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/views/business/ticket/index.vue

+ 3 - 1
src/views/business/ticket/index.vue

@@ -315,7 +315,9 @@ export default {
          }).then(response => {
            this.download(response.msg);
            this.exportLoading = false;
-         }).catch(() => {});
+         }).catch(() => {
+           this.exportLoading = false;
+         });
      }
 
     },