fix(测试跟踪): 测试计划关联功能用例后,刷新模块时没有带筛选条件

--bug=1028012 --user=陈建星 【测试跟踪】测试计划-功能测试用例-执行用例-筛选执行结果为未执行-执行用例后左侧模块树数量未更新 https://www.tapd.cn/55049933/s/1396652
This commit is contained in:
jianxing 2023-07-25 11:16:04 +08:00 committed by jianxing
parent f37a313e3e
commit 784f435ad4
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export default {
refresh() {
this.clearSelectNode();
this.$refs.testCaseRelevance.search();
this.getNodeTreeByPlanId();
this.refreshTreeByCaseFilter();
},
refreshTree() {
this.getNodeTreeByPlanId();