|
@@ -240,7 +240,7 @@ export default {
|
|
_this.exportLoading = true
|
|
_this.exportLoading = true
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
exportReport(params).then(res => {
|
|
exportReport(params).then(res => {
|
|
- downloadExcel(res, '适配产品统计报表')
|
|
|
|
|
|
+ downloadExcel(res, '适配产品统计')
|
|
_this.exportLoading = false
|
|
_this.exportLoading = false
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
})
|
|
})
|