疯狂的狮子li
2021-08-18 c91d33e4ab58bdee9d4328adc2248495cc656c25
ruoyi-ui/src/utils/download.js
@@ -44,8 +44,8 @@
          for (const key of Object.keys(value)) {
            if (value[key] !== null && typeof (value[key]) !== 'undefined') {
              let params = propName + '[' + key + ']';
              let subPart = encodeURIComponent(params) + "="
              urlparams += subPart + encodeURIComponent(value[key]) + "&";
              let subPart = encodeURIComponent(params) + '=';
              urlparams += subPart + encodeURIComponent(value[key]) + '&';
            }
          }
        } else {