src/api/quality/attachment.js
@@ -17,8 +17,8 @@ export function downloadProcessConfigFile(data) { return request({ url: '/mes/attachment/processConfig/'+data.bucket+'/'+data.fileName, method: 'post', url: '/mes/attachment/processConfig/'+data.fileName+'/'+data.bucket, method: 'get', responseType: 'blob' }).then((response) => { // 处理返回的文件流