From 19f00e0b9e790f28d398e7ce486cb4fa5611c56b Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 19 Apr 2022 10:03:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E5=85=A8=E9=83=A8=E5=9C=BA=E6=99=AF=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=8A=B6=E6=80=81=E5=8E=BB=E6=8E=89=E5=BA=9F?= =?UTF-8?q?=E5=BC=83=E7=9A=84=E7=AD=9B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1012314 --user=王孝刚 【接口测试】+【UI测试】列表页面筛选“废弃”状态的用例后,左侧列表统计结果显示不一致 https://www.tapd.cn/55049933/s/1138943 --- .../components/api/automation/scenario/ApiScenarioList.vue | 2 +- frontend/src/common/js/table-constants.js | 3 +++ 2 files changed, 4 insertions(+), 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 f4ef79dde6..72a445ccd3 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="apiscenariofilters.STATUS_FILTERS" + :filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : apiscenariofilters.TRASH_FILTERS" min-width="120px">