|
|
@@ -131,8 +131,8 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleExportClick({ xmId }) {
|
|
|
- const exportParams = { xmId, ...this.params, costType: this.costType, yearAndMonth: this.yearAndMonth };
|
|
|
- exportBloByPost(`/api/kd-scientific/xm/cost/details/deduction-list/export?${this.website.tokenHeader}=${getToken()}`, exportParams).then(res => {
|
|
|
+ const exportParams = { xmId, ...this.params, yearAndMonth: this.yearAndMonth };
|
|
|
+ exportBloByPost(`/api/kd-scientific/xm/cost/details/high-tech-list/export?${this.website.tokenHeader}=${getToken()}`, exportParams).then(res => {
|
|
|
downloadXls(res.data, `${this.pageTitle}.xlsx`);
|
|
|
});
|
|
|
},
|