|
@@ -293,8 +293,8 @@ export default {
|
|
|
monthSupplyExport(fileName) {
|
|
|
console.log('需导出的fileName:', fileName)
|
|
|
const params = this.supplyCapacityData
|
|
|
- console.log('导出参数', params)
|
|
|
- downFile('/scas/supplierCapacity/excel3', this.queryParamrams).then(data => {
|
|
|
+ console.log('导出参数', this.queryParam)
|
|
|
+ downFile('/scas/supplierCapacity/excel3', this.queryParam).then(data => {
|
|
|
if (!data) {
|
|
|
this.$message.warning('文件下载失败')
|
|
|
return
|