|
@@ -233,7 +233,7 @@ export default {
|
|
|
_this.exportLoading = true
|
|
|
_this.spinning = true
|
|
|
reportSparePartsReturnDetailExport(params).then(res => {
|
|
|
- downloadExcel(res, '散件入库明细报表')
|
|
|
+ downloadExcel(res, '散件退货明细报表')
|
|
|
_this.exportLoading = false
|
|
|
_this.spinning = false
|
|
|
})
|