RuoYi
2020-11-07 84ffdaefe2b86f7226d1c3e5a6d5efbd7467fdba
ruoyi-ui/src/utils/request.js
@@ -89,6 +89,9 @@
    transformRequest: [(params) => {
      return tansParams(params)
    }],
    headers: {
        'Content-Type': 'application/x-www-form-urlencoded'
    },
    responseType: 'blob'
  }).then((data) => {
    const content = data