瀏覽代碼

no message

MS-CIAZDCOIXVRW\Administrator 3 年之前
父節點
當前提交
aa16c49382
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/Home/index.vue

+ 2 - 0
src/components/Home/index.vue

@@ -602,6 +602,7 @@ export default {
             );
             this.percentage = this.percentage == 100 ? 90 : this.percentage;
           },
+          timeout: 10 * 60 * 1000,
         };
         let res = await this.$axios.post(
           "/analysis/attendance/month/importExcel",
@@ -642,6 +643,7 @@ export default {
         let res = await this.$axios({
           url: "/analysis/attendance/month/downLoad",
           method: "get",
+          timeout: 10 * 60 * 1000,
         });
         // console.log(res);
         if (res.data.success) {