From 2009ecf034c96378fab922aeb37d873fd3c8ec37 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 13 十月 2025 16:02:03 +0800
Subject: [PATCH] 1
---
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