mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 11:08:38 +08:00
fix(测试跟踪): 切换测试计划时搜索框内容未重置
--bug=1020389 --user=宋昌昌 【测试跟踪】-计划内用例列表搜索内容在不同测试计划间仍保留,影响用户体验 https://www.tapd.cn/55049933/s/1310981
This commit is contained in:
parent
50a5bd437d
commit
4329ef84db
@ -125,6 +125,9 @@ export default {
|
||||
this.openTestCaseEdit(to.path);
|
||||
},
|
||||
planId() {
|
||||
if (this.condition.name) {
|
||||
this.condition.name = undefined;
|
||||
}
|
||||
this.clearSelectNode();
|
||||
this.initData();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user