From 600559e337c9bebffc3d60a6185936b08cea93b6 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 9 Mar 2026 17:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=94=B3=E8=AF=B7=E7=9A=84?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2=E4=B9=9F=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E8=B7=B3=E8=BD=ACBM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tooling/searchToolApply.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 589731d..4572d6e 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -2992,8 +2992,6 @@ export default { }) }, jumpBM(row) { - this.visibleD = false - this.visible = false if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') { this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',}); } else { @@ -3011,6 +3009,8 @@ export default { name: `sampleManagement-technicalSpecificationList`, params: {nowCodeNo: data.rows[0].nowBm}, }) + this.visibleD = false + this.visible = false } else { }