fix(测试跟踪): 修复用例列表无法根据用例状态筛选的问题

--bug=1015902 --user=宋昌昌 [测试跟踪] github#16991无法筛选出指定状态的用例 https://www.tapd.cn/55049933/s/1230204
This commit is contained in:
song-cc-rock 2022-08-22 20:10:16 +08:00 committed by jianxing
parent 22acc0a44b
commit 48ea7fd06c

View File

@ -588,9 +588,6 @@ export default {
},
selectNodeIds() {
this.page.currentPage = 1;
if (!this.trashEnable) {
this.condition.filters.status = [];
}
initCondition(this.condition, false);
this.initTableData();
},