fix(测试跟踪): 测试跟踪首页任务去掉任务类型筛选

--bug=1014303 --user=陈建星 【测试跟踪】首页-运行中的定时任务,任务类型下拉框建议去掉 https://www.tapd.cn/55049933/s/1188656
This commit is contained in:
chenjianxing 2022-06-22 17:17:46 +08:00 committed by jianxing
parent 1a1dff7814
commit 788fda025a
1 changed files with 1 additions and 3 deletions

View File

@ -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: {