MS-CIAZDCOIXVRW\Administrator před 3 roky
rodič
revize
aa16c49382
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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) {