Crunchy
2024-11-07 673d58023f4c0fe8633a107238ec8b577496717a
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) => {