From 8e4ecc18726f32d208f9dc7f618926a292bc2fce Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 14 十一月 2024 16:24:46 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- src/components/dialog/yw-dialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/dialog/yw-dialog.vue b/src/components/dialog/yw-dialog.vue index efc20f9..537b5a2 100644 --- a/src/components/dialog/yw-dialog.vue +++ b/src/components/dialog/yw-dialog.vue @@ -4,7 +4,7 @@ v-model="isShow" draggable :width="width" - :close-on-click-modal="false" + :close-on-click-modal="closeOnClickModal" @closed="handleClosedClick" > <template #header> -- Gitblit v1.9.3