瀏覽代碼

重新打包

lex-xin 4 年之前
父節點
當前提交
57fcad6949

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-0236a4cb.fbda7ff3.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.98d016cb.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-0236a4cb.1d9b4854.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-6531fae0.3c0dfaa2.js


+ 2 - 1
src/views/teamDetail/teamCourseList.vue

@@ -1099,7 +1099,7 @@ export default {
         },
         params: this.getSearchForm(),
         url,
-        responseType: "blob",
+        // responseType: "blob",
       };
       this.$confirm("您确定导出报表", "提示", {
         confirmButtonText: "确定",
@@ -1110,6 +1110,7 @@ export default {
           load.startLoading();
           axios(options)
             .then((res) => {
+              console.log(res)
               this.$message.success(res.data.data)
               // let blob = new Blob([res.data], {
                 // type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8'

部分文件因文件數量過多而無法顯示