feat(sj_1.0.0): 通知人配置完成钉钉新增

This commit is contained in:
opensnail 2024-04-18 16:41:32 +08:00
parent 297b12a4a0
commit 8985f1b453

View File

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