fix(测试计划): 计划已关联用例列表执行已执行和通过率未同步更新
This commit is contained in:
parent
fe19fce196
commit
07a20305ac
|
@ -554,6 +554,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
watch(
|
||||
() => activeTab.value,
|
||||
(val) => {
|
||||
if (val) {
|
||||
getStatistics();
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
onBeforeMount(() => {
|
||||
if (route.query.type === 'featureCase') {
|
||||
activeTab.value = 'featureCase';
|
||||
|
|
Loading…
Reference in New Issue