|
@@ -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
|