@@ -220,7 +220,7 @@ export default window.$crudCommon({
this.getList(this.page);
},
handleExport() {
- exportBloByPost(`/api//kd-scientific/asset/export-zc?${this.website.tokenHeader}=${getToken()}`, this.params).then(res => {
+ exportBloByPost(`/api//kd-scientific/asset/export?${this.website.tokenHeader}=${getToken()}`, this.params).then(res => {
downloadXls(res.data, `科研资产清单${this.params.yearAndMonth}.xlsx`);
});