瀏覽代碼

供应商产能报表-导出

jbb 2 年之前
父節點
當前提交
220e5367c8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/reportForms/supply-capacity-table.vue

+ 2 - 2
src/views/reportForms/supply-capacity-table.vue

@@ -293,8 +293,8 @@ export default {
     monthSupplyExport(fileName) {
       console.log('需导出的fileName:', fileName)
       const params = this.supplyCapacityData
-      console.log('导出参数', params)
-      downFile('/scas/supplierCapacity/excel3', this.queryParamrams).then(data => {
+      console.log('导出参数', this.queryParam)
+      downFile('/scas/supplierCapacity/excel3', this.queryParam).then(data => {
         if (!data) {
           this.$message.warning('文件下载失败')
           return