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