diff --git a/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue b/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue index 980b50c167..df8f4e9fbd 100644 --- a/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue +++ b/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue @@ -166,7 +166,7 @@ export default { }, handleAddTask(index, data) { if (data.event && data.userIds.length > 0 && data.type) { - if (data.type === 'WEBHOOK') { + if (['WEBHOOK', 'WECHAT_ROBOT', 'LARK', 'NAIL_ROBOT'].indexOf(data.type) >= 0) { if (!data.webhook) { this.$warning(this.$t('organization.message.message_webhook')); } else {