Browse Source

高新口径明细账接口更换

ljb 8 months ago
parent
commit
95d98619e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/external-reports/high-tech/gx-auxiliary-details.vue

+ 2 - 2
src/views/external-reports/high-tech/gx-auxiliary-details.vue

@@ -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`);
       });
     },