feat(sj_1.0.0): 通知人配置完成钉钉新增
This commit is contained in:
parent
297b12a4a0
commit
8985f1b453
@ -93,6 +93,10 @@ const dingDingFetchAdd = (dingDingModel: Api.NotifyRecipient.NotifyRecipient) =>
|
|||||||
fetchAddNotifyRecipient({ recipientName, notifyAttribute, notifyType, description });
|
fetchAddNotifyRecipient({ recipientName, notifyAttribute, notifyType, description });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
function closeDrawer() {
|
||||||
|
visible.value = false;
|
||||||
|
}
|
||||||
|
|
||||||
watch(visible, () => {
|
watch(visible, () => {
|
||||||
if (visible.value) {
|
if (visible.value) {
|
||||||
handleUpdateModelWhenEdit();
|
handleUpdateModelWhenEdit();
|
||||||
|
Loading…
Reference in New Issue
Block a user