|
@@ -600,8 +600,9 @@ export default {
|
|
|
|
|
|
// 列表导出
|
|
|
handleExportXls(fileName,sta) {
|
|
|
- var data = sta
|
|
|
- downFile('/spapl/syPreAssembledPackingList/exportXls',{status:data}).then(data => {
|
|
|
+ const data = this.queryParam
|
|
|
+ data['status'] = sta
|
|
|
+ downFile('/spapl/syPreAssembledPackingList/exportXls',data).then(data => {
|
|
|
if (!data) {
|
|
|
this.$message.warning('文件下载失败')
|
|
|
return
|