|
|
@@ -677,7 +677,7 @@ export default {
|
|
|
this.exportLoading = true;
|
|
|
return exportExpenseInfo(params);
|
|
|
}).then(response => {
|
|
|
- this.$download.excel(response, '离职信息.xls');
|
|
|
+ this.$download.excel(response, '报销信息.xls');
|
|
|
this.exportLoading = false;
|
|
|
}).catch(() => { });
|
|
|
}
|