fix(接口测试): 接口添加站内通知
--bug=1030850 --user=王旭 【UI测试】场景列表-定时任务-任务通知-接收方式下拉选项无站内通知 https://www.tapd.cn/55049933/s/1417965
This commit is contained in:
parent
3c6dca4afc
commit
f4d954c6e1
|
@ -72,6 +72,7 @@ export default {
|
|||
{ value: 'EXECUTE_FAILED', label: this.$t('schedule.event_failed') },
|
||||
],
|
||||
receiveTypeOptions: [
|
||||
{value: 'IN_SITE', label: this.$t('organization.message.in_site')},
|
||||
{ value: 'EMAIL', label: this.$t('organization.message.mail') },
|
||||
{
|
||||
value: 'NAIL_ROBOT',
|
||||
|
|
Loading…
Reference in New Issue