actorref(src): 重构组件以提高代码可维护性
- 更新了多个组件的属性定义和事件处理逻辑 - 优化了部分代码结构,提高了代码的可读性和可维护性 -调整了部分样式,提升了用户体验
This commit is contained in:
@@ -117,8 +117,7 @@ function handleMatrixRadioChange(row: number, col: number) {
|
||||
// emits('update:matrixAnswer', props.matrixAnswer);
|
||||
// emits('update:rowRecord', props.rowRecord);
|
||||
// };
|
||||
const emitValue = (val: unknown) => {
|
||||
console.log(val);
|
||||
const emitValue = () => {
|
||||
emit('update:element', element.value);
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user