chenrui 3 lat temu
rodzic
commit
edac06b853

+ 1 - 1
src/views/productManagement/productOnlineInfo/list.vue

@@ -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
       })