From 71e326a233d8a2f0c3c14d44cc042a1625468bcf Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 10 十二月 2025 17:40:58 +0800
Subject: [PATCH] 小卫单品过站优化

---
 WebTM/views/Baseset/SRM_OpenTmpList.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/WebTM/views/Baseset/SRM_OpenTmpList.html b/WebTM/views/Baseset/SRM_OpenTmpList.html
index f46e42d..c801b42 100644
--- a/WebTM/views/Baseset/SRM_OpenTmpList.html
+++ b/WebTM/views/Baseset/SRM_OpenTmpList.html
@@ -110,11 +110,14 @@
             var Type = params[params[2]];
 
             //var lentryid = params[params[1]];
+
+            RoadList(Type);
+
             ///鍔犺浇鏄剧ず鏁版嵁
             function RoadList(Where) {
                 var Value = Where;
-                if (Value == null) {
-                    Value = '';
+                if (Value == null || Value == undefined) {
+                    Value = "";
                 }
                 $.ajax({
                     type: "get",
@@ -137,7 +140,7 @@
                     }
                 });
             };
-            RoadList(Type);
+          
 
             form.on('submit(Add)', function (data) {//鏂板
                 element.tabDelete('tabDemo', '2'); //鍒犻櫎

--
Gitblit v1.9.1