chenrui
2025-05-19 d2a906de31b8932190fd7fb63ff716ec8fa2c771
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) => {
      // 处理返回的文件流