From d06d6a95043fa71d0725a126d15efe0a7e7d89c0 Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Tue, 2 Sep 2025 19:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/landTransfer/BasicData/landBlock/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/project/landTransfer/BasicData/landBlock/index.vue b/src/views/project/landTransfer/BasicData/landBlock/index.vue index c9ebabe..3c45c71 100644 --- a/src/views/project/landTransfer/BasicData/landBlock/index.vue +++ b/src/views/project/landTransfer/BasicData/landBlock/index.vue @@ -431,9 +431,7 @@ const handleView = async (row: LandBlockVO) => { formM.landId = row.id; // 打开弹窗 dialogMatrix.visible = true; - nextTick(() => { - resetMatrix(); - }); + dialogMatrix.title = `关联方阵(地块:${row.landName || row.landCode})`; };