From 48ea7fd06ca6011cf62338cf245f7ff6aa66fa74 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 22 Aug 2022 20:10:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=A0=B9=E6=8D=AE=E7=94=A8=E4=BE=8B=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015902 --user=宋昌昌 [测试跟踪] github#16991无法筛选出指定状态的用例 https://www.tapd.cn/55049933/s/1230204 --- .../business/components/track/case/components/TestCaseList.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index 7525be0097..c1581afc5f 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -588,9 +588,6 @@ export default { }, selectNodeIds() { this.page.currentPage = 1; - if (!this.trashEnable) { - this.condition.filters.status = []; - } initCondition(this.condition, false); this.initTableData(); },