Commit b55578ee authored by 赵啸非's avatar 赵啸非

修改时间

parent 777bf353
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
}, },
doExport() { doExport() {
this.isExport = true; this.isExport = true;
this.$download("/leave/record/exportExcel", { this.$download("/attendance/leave/record/exportExcel", {
"idList": this.selection, "idList": this.selection,
'name': this.$route.query['name'], 'name': this.$route.query['name'],
}, {type: "excel"}).then(() => this.isExport = false).catch(error => { }, {type: "excel"}).then(() => this.isExport = false).catch(error => {
......
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