From b5fb1245067f29aaa1e4098122159057912077f4 Mon Sep 17 00:00:00 2001 From: zhangyong Date: Mon, 7 Nov 2022 15:21:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20jenkins?= =?UTF-8?q?=E6=89=A7=E8=A1=8C-=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=A7=A6=E5=8F=91=E6=96=B9=E5=BC=8F=E7=BC=BA?= =?UTF-8?q?=E5=B0=91API=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【【UI测试】jenkins执行-测试报告列表触发方式缺少API调用】https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001019437 --- .../frontend/src/components/search/search-components.js | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/sdk-parent/frontend/src/components/search/search-components.js b/framework/sdk-parent/frontend/src/components/search/search-components.js index 4734895b7b..70a79f5939 100644 --- a/framework/sdk-parent/frontend/src/components/search/search-components.js +++ b/framework/sdk-parent/frontend/src/components/search/search-components.js @@ -470,6 +470,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