Explorar el Código

装箱单成衣导出参数增加

jbb hace 2 años
padre
commit
e4d79637aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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