Commit 7a3fc98d authored by 赵啸非's avatar 赵啸非

修改本月统计

parent 2488b616
......@@ -241,6 +241,8 @@ export default {
params["idList"] = this.selection;
}
let that=this;
this.$download(
"/attendance/record/hik/exportExcel",
{
......@@ -248,7 +250,9 @@ export default {
},
{ type: "excel" }
)
.then(() => (this.isExport = false))
.then(() => {
console.log("isExport222:",this.isExport)
that.isExport = false})
.catch((error) => {
this.isExport = false;
this.$message.error(error.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment