From 8985f1b4538501e2cdbec52d4cbaaf66a3b2c329 Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Thu, 18 Apr 2024 16:41:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E9=80=9A=E7=9F=A5=E4=BA=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AE=8C=E6=88=90=E9=92=89=E9=92=89=E6=96=B0?= =?UTF-8?q?=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipient/modules/notify-recipient-operate-drawer.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/notify/recipient/modules/notify-recipient-operate-drawer.vue b/src/views/notify/recipient/modules/notify-recipient-operate-drawer.vue index 77738a7..4923b72 100644 --- a/src/views/notify/recipient/modules/notify-recipient-operate-drawer.vue +++ b/src/views/notify/recipient/modules/notify-recipient-operate-drawer.vue @@ -93,6 +93,10 @@ const dingDingFetchAdd = (dingDingModel: Api.NotifyRecipient.NotifyRecipient) => fetchAddNotifyRecipient({ recipientName, notifyAttribute, notifyType, description }); }; +function closeDrawer() { + visible.value = false; +} + watch(visible, () => { if (visible.value) { handleUpdateModelWhenEdit();