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中传过来的值