From 6565eb74d006296fe67a386e1c48abdb0f2fe7c2 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期一, 12 五月 2025 09:21:32 +0800 Subject: [PATCH] feat --- laboratory/src/components/AddComponentDialog/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory/src/components/AddComponentDialog/index.vue b/laboratory/src/components/AddComponentDialog/index.vue index 87bdf5f..1a7dcb2 100644 --- a/laboratory/src/components/AddComponentDialog/index.vue +++ b/laboratory/src/components/AddComponentDialog/index.vue @@ -78,7 +78,7 @@ this.selectedType = item.type }, handleClose() { - this.$emit('update:visible', false) + this.$emit('close', false) this.selectedType = '' }, handleConfirm() { -- Gitblit v1.7.1