fix(测试跟踪): 测试跟踪首页任务去掉任务类型筛选
--bug=1014303 --user=陈建星 【测试跟踪】首页-运行中的定时任务,任务类型下拉框建议去掉 https://www.tapd.cn/55049933/s/1188656
This commit is contained in:
parent
1a1dff7814
commit
788fda025a
|
@ -110,9 +110,7 @@ export default {
|
||||||
{text: this.$t('api_test.home_page.running_task_list.swagger_schedule'), value: 'SWAGGER_IMPORT'},
|
{text: this.$t('api_test.home_page.running_task_list.swagger_schedule'), value: 'SWAGGER_IMPORT'},
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
this.typeFilters = [
|
this.typeFilters = null;
|
||||||
{text: this.$t('api_test.home_page.running_task_list.test_plan_schedule'), value: 'TEST_PLAN_TEST'}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue