ソースを参照

高新口径明细账接口更换

ljb 8 ヶ月 前
コミット
95d98619e5
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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 }) {
     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`);
         downloadXls(res.data, `${this.pageTitle}.xlsx`);
       });
       });
     },
     },