fix(测试跟踪): 用例评审再次打开关联功能用例页面,查询条件没有清空

--bug=1028221 --user=陈建星 【测试跟踪】用例评审-关联用例-新创建个用例评审上次的搜索信息还存在 https://www.tapd.cn/55049933/s/1403586
This commit is contained in:
jianxing 2023-08-15 10:50:27 +08:00 committed by 刘瑞斌
parent 65b95d36c1
commit 6bc01bea6d
1 changed files with 3 additions and 0 deletions

View File

@ -302,6 +302,9 @@ export default {
});
},
async openTestReviewRelevanceDialog() {
this.condition = {
components: TEST_REVIEW_RELEVANCE_CASE_CONFIGS
};
this.getProject();
this.dialogFormVisible = true;
await this.getProjectNode(this.projectId);