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