Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -123,6 +123,7 @@ export const formSchema: FormSchema[] = [ |
123 | 123 | field: 'messageMode', |
124 | 124 | label: '告警通知方式', |
125 | 125 | component: 'ApiSelect', |
126 | + helpMessage: ['通知方式,需在消息管理配置对应告警消息模板,否则不能成功通知告警联系人'], | |
126 | 127 | required: true, |
127 | 128 | componentProps: { |
128 | 129 | mode: 'multiple', | ... | ... |