chenrui
2025-06-13 ce9b8903d77aa0bed9644703d47a81756f18ab4a
src/api/quality/attachment.js
@@ -17,7 +17,7 @@
  export function downloadProcessConfigFile(data) {
    return request({
      url: '/mes/attachment/processConfig/'+data.bucket+'/'+data.fileName,
      url: '/mes/attachment/processConfig/'+data.fileName+'/'+data.bucket,
      method: 'get',
      responseType: 'blob'
    }).then((response) => {