|
@@ -888,7 +888,7 @@ export default {
|
|
|
// 操作 单条数据导出
|
|
|
itemXls(record,sta) {
|
|
|
var data = sta
|
|
|
- downFile('/spapl/syPreAssembledPackingList/exportXls',{id:record.id,status:data}).then(data => {
|
|
|
+ downFile('/spapl/syPreAssembledPackingList/exportXls',{id:record.id,selectAll:data}).then(data => {
|
|
|
if (!data) {
|
|
|
this.$message.warning('文件下载失败')
|
|
|
return
|