瀏覽代碼

导出数据

Liugl 3 年之前
父節點
當前提交
6263c7f6fc
共有 1 個文件被更改,包括 3 次插入1 次删除
  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;
+         });
      }
 
     },