From 7d93a844cb9d2757d7087c716b8f78e3b34baa81 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 26 八月 2025 21:29:45 +0800
Subject: [PATCH] 的地方

---
 src/views/wel/shemi.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/wel/shemi.vue b/src/views/wel/shemi.vue
index cd8e2a9..c7aa7f2 100644
--- a/src/views/wel/shemi.vue
+++ b/src/views/wel/shemi.vue
@@ -832,7 +832,7 @@
       return null; // 鏈壘鍒�
     },
     highlightTargetRow() {  // 楂樹寒鐩爣琛�
-      const targetName = this.search.name;
+      const targetName = this.searchTreeData.drawingNo;
       this.targetRow = this.findTargetRow(this.treeData, targetName);
       if (this.targetRow && this.$refs.crud) {
         this.$refs.crud.setCurrentRow(this.targetRow); // 楂樹寒鐩爣琛�
@@ -850,7 +850,7 @@
       }).then(res => {
         this.treeSearchLoad = false;
         if(res.data.data.length == 0) return;
-        this.option.defaultExpandAll = true;
+        this.option.defaultExpandAll = true;聽
         this.treeData = this.removeHasChildren(res.data.data);
         this.$nextTick(() => {
           this.highlightTargetRow();  // 璁剧疆褰撳墠琛岄珮浜�

--
Gitblit v1.9.3