fix(接口测试): 修复切换场景列表没有自动刷新场景列表的缺陷
--bug=1027405 --user=王孝刚 【接口测试】github#25223,创建接口场景并点击保存后,页面提示保存成功,但切换到场景列表,没有自动刷新场景列表信息 https://www.tapd.cn/55049933/s/1387210
This commit is contained in:
parent
e03250c2a0
commit
b120cba79d
|
@ -316,6 +316,7 @@ export default {
|
|||
this.$refs.apiScenarioList.condition.combine = {};
|
||||
this.trashEnable = false;
|
||||
this.$refs.nodeTree.list(this.projectId);
|
||||
this.$refs.apiScenarioList.search(this.projectId);
|
||||
} else if (tab.name === 'trash') {
|
||||
this.trashEnable = true;
|
||||
this.$refs.apiTrashScenarioList.search();
|
||||
|
|
Loading…
Reference in New Issue