Browse Source

bug 修复

lilei 3 years ago
parent
commit
6491863537
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/api/sales.js

+ 3 - 3
src/api/sales.js

@@ -138,9 +138,9 @@ export const salesDetailPrint = params => {
     method: 'get'
   }
   // 喷墨打印
-  // if (params.type == 'INK') {
-  //   data.responseType = 'blob'
-  // }
+  if (params.type == 'INK') {
+    data.responseType = 'blob'
+  }
   return axios.request(data)
 }
 // 销售 详情  导出