From 9d89b1e813be6dafb2b518191a7cc40b337c7bf1 Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Fri, 27 Feb 2026 16:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/NursingNew/component/nurse/bigindex.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/NursingNew/component/nurse/bigindex.vue b/pages/NursingNew/component/nurse/bigindex.vue index 98a538c..1699d76 100644 --- a/pages/NursingNew/component/nurse/bigindex.vue +++ b/pages/NursingNew/component/nurse/bigindex.vue @@ -746,6 +746,15 @@ secondListTarget.value = -1 } else if (!item.tagtype) { secondListTarget.value = index; + moveById.value = item.id + backsearch(item.id) + timearr.value.forEach((element : any) => { + element.children.forEach((data : any) => { + if (item.id == data.id) { + rulerTouchClick(data.positioning, data.positioningLong) + } + }) + }) } } // 通用的生成函数