|
@@ -556,11 +556,8 @@ export default {
|
|
|
|
|
|
// 导出
|
|
|
handleExportXls(fileName) {
|
|
|
- console.log('需导出的fileName:', fileName)
|
|
|
- const params = this.shipmentListData
|
|
|
- console.log('导出参数', params)
|
|
|
- downFile('/shippingDetails/syShippingDetails/exportXls', params).then(data => {
|
|
|
- console.log('888')
|
|
|
+
|
|
|
+ downFile('/shippingDetails/syShippingDetails/exportXls',this.queryParam).then(data => {
|
|
|
if (!data) {
|
|
|
this.$message.warning('文件下载失败')
|
|
|
return
|