From 75a3365af2e78f89c464c9cdf87a91ab5b577e77 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 20 四月 2026 09:53:40 +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