Przeglądaj źródła

装箱单成衣导出参数增加

jbb 2 lat temu
rodzic
commit
e4d79637aa
1 zmienionych plików z 1 dodań i 1 usunięć
  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