From 004288f2c049c6b27a89c037b80fef8292d6ce85 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 22 Jun 2022 17:17:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA=E9=A6=96=E9=A1=B5=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=8E=BB=E6=8E=89=E4=BB=BB=E5=8A=A1=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1014303 --user=陈建星 【测试跟踪】首页-运行中的定时任务,任务类型下拉框建议去掉 https://www.tapd.cn/55049933/s/1188656 --- .../components/track/home/components/RunningTaskList.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/business/components/track/home/components/RunningTaskList.vue b/frontend/src/business/components/track/home/components/RunningTaskList.vue index 233fd7ea6a..b5d523a6ee 100644 --- a/frontend/src/business/components/track/home/components/RunningTaskList.vue +++ b/frontend/src/business/components/track/home/components/RunningTaskList.vue @@ -110,9 +110,7 @@ export default { {text: this.$t('api_test.home_page.running_task_list.swagger_schedule'), value: 'SWAGGER_IMPORT'}, ]; } else { - this.typeFilters = [ - {text: this.$t('api_test.home_page.running_task_list.test_plan_schedule'), value: 'TEST_PLAN_TEST'} - ]; + this.typeFilters = null; } }, methods: {