fix(测试计划): 计划已关联用例列表执行已执行和通过率未同步更新

This commit is contained in:
xinxin.wu 2024-08-19 16:05:52 +08:00 committed by 刘瑞斌
parent fe19fce196
commit 07a20305ac
1 changed files with 9 additions and 0 deletions

View File

@ -554,6 +554,15 @@
}
}
watch(
() => activeTab.value,
(val) => {
if (val) {
getStatistics();
}
}
);
onBeforeMount(() => {
if (route.query.type === 'featureCase') {
activeTab.value = 'featureCase';