From 8c2293edbea20fdac6705641acdccdbdc6c8c4b6 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期二, 07 四月 2026 10:12:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/utils/ruoyi.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/utils/ruoyi.js b/src/utils/ruoyi.js
index 3de2d98..7d76329 100644
--- a/src/utils/ruoyi.js
+++ b/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') {
--
Gitblit v1.9.1