fix(接口测试): 接口添加站内通知

--bug=1030850 --user=王旭 【UI测试】场景列表-定时任务-任务通知-接收方式下拉选项无站内通知 https://www.tapd.cn/55049933/s/1417965
This commit is contained in:
WangXu10 2023-09-19 19:02:52 +08:00 committed by fit2-zhao
parent 3c6dca4afc
commit f4d954c6e1
1 changed files with 1 additions and 0 deletions

View File

@ -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',