From 1367d13c3e57d1ea15fb172be0f2089e41601cc5 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 12 十二月 2025 15:57:38 +0800
Subject: [PATCH] Merge branch 'jsxswms' of http://47.97.1.152:5880/r/zy-asrs into jsxswms

---
 src/main/webapp/static/js/taskLog/taskLog.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/taskLog/taskLog.js b/src/main/webapp/static/js/taskLog/taskLog.js
index 049f72c..f4b4051 100644
--- a/src/main/webapp/static/js/taskLog/taskLog.js
+++ b/src/main/webapp/static/js/taskLog/taskLog.js
@@ -101,6 +101,7 @@
             case 'detlShow':
                 wrkNo = data.wrkNo;
                 ioTime = data.ioTime;
+                id = data.id;
                 // 琛ㄦ牸涓嬫柟鏄剧ず
                 // locDetl(data.wrkNo);
                 // 寮瑰眰鏄剧ず
@@ -110,7 +111,7 @@
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: true,
-                    content: 'taskLog_detail.html',
+                    content: 'taskDetlLog.html',
                     success: function (layero, index) {
                     }
                 });

--
Gitblit v1.9.1