fix(功能用例): 修复功能用例详情tab切换失效问题
This commit is contained in:
parent
2167939d26
commit
31b89b4896
|
@ -93,7 +93,7 @@
|
|||
// 不存在拦截器,直接修改实际值
|
||||
activeKey.value = value;
|
||||
}
|
||||
emit('change', activeKey.value);
|
||||
emit('change', value);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue