소스 검색

导出数据

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;
+         });
      }
 
     },