|
@@ -208,7 +208,7 @@ export default {
|
|
|
_this.spinning = true
|
|
|
_this.exportLoading = true
|
|
|
// 打印或导出
|
|
|
- hdPrint('', 'export', productExport, this.queryParam, '', function () {
|
|
|
+ hdPrint('', 'export', productExport, this.queryParam, '产品上线信息', function () {
|
|
|
_this.spinning = false
|
|
|
_this.exportLoading = false
|
|
|
})
|