fix(UI自动化): jenkins执行-测试报告列表触发方式缺少API调用

【【UI测试】jenkins执行-测试报告列表触发方式缺少API调用】https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001019437
This commit is contained in:
zhangyong 2022-11-07 15:21:13 +08:00 committed by zhangyongfit2cloud
parent 9cdf24b47f
commit 864ad50413
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ export const UI_TRIGGER_MODE = {
{label: "commons.trigger_mode.manual", value: "MANUAL"},
{label: "api_test.automation.batch_execute", value: 'BATCH'},
{label: 'commons.trigger_mode.schedule', value: 'SCHEDULE'},
{label: 'commons.trigger_mode.api', value: 'API'},
],
props: {
multiple: true