chenrui vor 3 Jahren
Ursprung
Commit
edac06b853
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/productManagement/productOnlineInfo/list.vue

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