fix(测试跟踪): 关联用例切换协议未清空模块

--bug=1023373 --user=宋昌昌 【测试跟踪】功能用例-编辑-关联接口测试用例-HTTP选中模块-切换协议-未显示数据 https://www.tapd.cn/55049933/s/1338377
This commit is contained in:
song-cc-rock 2023-02-20 15:31:17 +08:00 committed by jianxing
parent 2c11c51862
commit f0455328ea
1 changed files with 17 additions and 17 deletions

View File

@ -236,6 +236,7 @@
});
this.$emit('setModuleOptions', this.data);
this.$emit('setNodeTree', this.data);
this.$emit("nodeSelectEvent", null, []);
if (this.$refs.nodeTree) {
this.$refs.nodeTree.filter(this.condition.filterText);
}
@ -351,4 +352,3 @@
<style scoped>
</style>