chenhj
2 天以前 cb12d30d03e1940b1447395af46bfaba37b214eb
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) => {
      // 处理返回的文件流