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();