소스 검색

bug修复

chenrui 3 년 전
부모
커밋
edac06b853
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
       })