From 4314bcf78f3e32c2488e5cddb39d03d71a274c76 Mon Sep 17 00:00:00 2001 From: MeterSphere Bot <78466014+metersphere-bot@users.noreply.github.com> Date: Wed, 7 Sep 2022 19:00:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):?= =?UTF-8?q?=20=E5=8E=BB=E6=8E=89=E5=9B=9E=E6=94=B6=E7=AB=99=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E5=88=97=E8=A1=A8=E7=9A=84=E7=8A=B6=E6=80=81=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=20(#17765)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1016615 --user=王孝刚 【接口测试】接口自动化-回收站中只有废弃的状态,建议不需要筛选功能。 https://www.tapd.cn/55049933/s/1240090 Co-authored-by: wxg0103 <727495428@qq.com> --- .../components/api/automation/scenario/ApiScenarioList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index edcebbb95e..379dbddb77 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -99,7 +99,7 @@ sortable :field="item" :fields-width="fieldsWidth" - :filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : apiscenariofilters.TRASH_FILTERS" + :filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : null" min-width="120px">