From adebb0660a3414da01ca04e44bd6be4e23e1c664 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 15 九月 2025 08:38:59 +0800
Subject: [PATCH] 华远:不良分析报表 优化
---
WebTM/views/Baseset/SRM_OpenTmpList.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebTM/views/Baseset/SRM_OpenTmpList.html b/WebTM/views/Baseset/SRM_OpenTmpList.html
index f46e42d..f7fa5ab 100644
--- a/WebTM/views/Baseset/SRM_OpenTmpList.html
+++ b/WebTM/views/Baseset/SRM_OpenTmpList.html
@@ -113,8 +113,8 @@
///鍔犺浇鏄剧ず鏁版嵁
function RoadList(Where) {
var Value = Where;
- if (Value == null) {
- Value = '';
+ if (Value == null || Value == undefined) {
+ Value = "";
}
$.ajax({
type: "get",
--
Gitblit v1.9.1