fix(功能用例): 修复功能用例详情tab切换失效问题

This commit is contained in:
xinxin.wu 2024-07-12 10:10:20 +08:00 committed by Craftsman
parent 2167939d26
commit 31b89b4896
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
// //
activeKey.value = value; activeKey.value = value;
} }
emit('change', activeKey.value); emit('change', value);
} }
</script> </script>