From cfbe5da3b1bb53e0211eeabb4d0499a7781401ea Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 08 十一月 2021 13:08:12 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.10:29418/pcalife/PAM --- PAMapp/components/Ui/UiDialog.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/PAMapp/components/Ui/UiDialog.vue b/PAMapp/components/Ui/UiDialog.vue index f75e290..259a51e 100644 --- a/PAMapp/components/Ui/UiDialog.vue +++ b/PAMapp/components/Ui/UiDialog.vue @@ -4,7 +4,7 @@ title="" :visible.sync="dialogVisible" :width="width" - @close="close" + @close="closeDialog" > <slot></slot> </el-dialog> @@ -21,10 +21,6 @@ @Emit('closeDialog') closeDialog() { return; - } - - close() { - this.closeDialog(); } } </script> \ No newline at end of file -- Gitblit v1.8.0