Browse Source

成本分配表-多发少发-导出

jbb 1 year ago
parent
commit
89b178faf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cost-allocation-total/modal/pilosityFewerModal.vue

+ 1 - 1
src/views/cost-allocation-total/modal/pilosityFewerModal.vue

@@ -155,7 +155,7 @@ export default {
       console.log('需导出的fileName:', fileName)
       const params = {
         planNum:this.planNum,
-        sytransferIngreDeent :this.pilosityFewerList,
+        syPilosityFewer :this.pilosityFewerList,
         sheetName:'多发少发'
       }
       console.log('导出参数', params)