fix(测试跟踪): 用例评审再次打开关联功能用例页面,查询条件没有清空
--bug=1028221 --user=陈建星 【测试跟踪】用例评审-关联用例-新创建个用例评审上次的搜索信息还存在 https://www.tapd.cn/55049933/s/1403586
This commit is contained in:
parent
65b95d36c1
commit
6bc01bea6d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue