From 06f2c01c1121afde4e56b6c2aa5c75adcaf4e9d2 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 29 十一月 2023 15:06:03 +0800
Subject: [PATCH] #指令更新
---
 src/main/webapp/views/taskWrkLog/taskWrkLog.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/taskWrkLog/taskWrkLog.html b/src/main/webapp/views/taskWrkLog/taskWrkLog.html
index a8831d4..4075728 100644
--- a/src/main/webapp/views/taskWrkLog/taskWrkLog.html
+++ b/src/main/webapp/views/taskWrkLog/taskWrkLog.html
@@ -169,7 +169,7 @@
 							maxmin: true,
 							area: [top.detailWidth, top.detailHeight],
 							shadeClose: true,
-							content: 'commandManage.html?taskNo=' + row.taskNo + "&wrkNo=" + wrkNo,
+							content: 'commandManageLog.html?taskNo=' + row.taskNo + "&wrkNo=" + wrkNo,
 							success: function(layero, index) {}
 						});
 					},
--
Gitblit v1.9.1