From 649f2d408805116cb6ccbd7e2c2dec68550b0b2b Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 11 九月 2024 20:42:50 +0800
Subject: [PATCH] 优化异常反馈刷卡签到,字段内容超出隐藏 解决完工单制单人保存时候为空 设备工艺参数点检:增加点检人,班组,车间必选项 增加设备工艺参数点检明细表,导出 优化人机料法环报表 工序流转卡维护页面日期查询条件修改

---
 WebTM/views/PublicPage/PowerInformation.html |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/WebTM/views/PublicPage/PowerInformation.html b/WebTM/views/PublicPage/PowerInformation.html
index 182ea2f..67f2c70 100644
--- a/WebTM/views/PublicPage/PowerInformation.html
+++ b/WebTM/views/PublicPage/PowerInformation.html
@@ -346,20 +346,9 @@
                 } else {
                     treeData.push(it)
                 }
-            })
-            // 閫掑綊杩囨护鎺夋病鏈夊瓙鑺傜偣鐨勯」
-            function filterTree(node) {
-                if (!node.children || node.children.length === 0) {
-                    return null; // 杩囨护鎺夋病鏈夊瓙鑺傜偣鐨勯」
-                }
-                node.children = node.children.map(filterTree).filter(n => n !== null);
-                return node;
-            }
-            // 瀵规瘡涓牴鑺傜偣搴旂敤杩囨护
-            treeData = treeData.map(filterTree).filter(n => n !== null);
+            })                      
             return treeData;
-        }
-
+        }      
     </script>
 
 </body>

--
Gitblit v1.9.1