dytyqx
2 天以前 8c2293edbea20fdac6705641acdccdbdc6c8c4b6
src/utils/ruoyi.js
@@ -193,7 +193,9 @@
  for (const propName of Object.keys(params)) {
    const value = params[propName]
    var part = encodeURIComponent(propName) + "="
    if (value !== null && value !== "" && typeof (value) !== "undefined") {
    if (value !== null
      // && value !== ""
      && typeof (value) !== "undefined") {
      if (typeof value === 'object') {
        for (const key of Object.keys(value)) {
          if (value[key] !== null && value[key] !== "" && typeof (value[key]) !== 'undefined') {