Ver Fonte

装箱单成衣导出参数增加

jbb há 2 anos atrás
pai
commit
e4d79637aa
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/packing-list/clothes-list.vue

+ 1 - 1
src/views/packing-list/clothes-list.vue

@@ -599,7 +599,7 @@ export default {
 
     // 列表导出
     handleExportXls(fileName) {
-      downFile('/splt/syPackingListTailoring/exportXls').then(data => {
+      downFile('/splt/syPackingListTailoring/exportXls',this.queryParam).then(data => {
         if (!data) {
           this.$message.warning('文件下载失败')
           return