Explorar o código

装箱单成衣导出参数增加

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
e4d79637aa
Modificáronse 1 ficheiros con 1 adicións e 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