spring
2025-04-27 41c9b2fa8cef5f45c23d00d33680764b48dfc3cc
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) => {
      // 处理返回的文件流