Parcourir la source

供应商产能报表-导出

jbb il y a 2 ans
Parent
commit
220e5367c8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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