|
@@ -148,8 +148,11 @@ export default {
|
|
_this.$message.info('暂无可导出错误项~')
|
|
_this.$message.info('暂无可导出错误项~')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ const rightList = _this.paramsData.rightList || []
|
|
|
|
+ const errorList = _this.paramsData.errorList || []
|
|
|
|
+ const exportData = errorList.concat(rightList)
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
- hdExportExcel(salesReturnDetailImportError, _this.paramsData.errorList, '收货导入产品错误项', function () {
|
|
|
|
|
|
+ hdExportExcel(salesReturnDetailImportError, exportData, '收货导入产品错误项', function () {
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
})
|
|
})
|
|
}
|
|
}
|