From e784796d4c75386ea3294bd873e9f13611296ed2 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 25 Jun 2024 16:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modal/modal.vue | 12 ++++++++---- pages/repairDispatch/repairDispatch.vue | 6 ++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/components/modal/modal.vue b/components/modal/modal.vue index 20a88a1..1b5b0fa 100644 --- a/components/modal/modal.vue +++ b/components/modal/modal.vue @@ -1,11 +1,11 @@ @@ -282,7 +282,9 @@ stopRepair(item){ this.actItem = item; - this.modal.showModal = true + //this.modal.showModal = true + this.$refs.myModalRef.openModal(); + }, // 组件中input中传过来的值