From 574d39b1a6e9a504a8e69dca665f08c9200712ff Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 25 Jun 2024 09:03:24 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E4=BF=AE=E5=8D=95?= =?UTF-8?q?=E6=9A=82=E5=81=9C=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=89=88=E5=AD=98?= =?UTF-8?q?=E5=9C=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- 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中传过来的值