mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-11 21:42:09 +08:00
chore: 去除log打印
This commit is contained in:
@@ -22,7 +22,6 @@ const emit = defineEmits<{ click: [string] }>();
|
||||
* TODO: 这里要优化 事件没有用到
|
||||
*/
|
||||
function handleClick() {
|
||||
console.log('click');
|
||||
const idKey = props.rowKey as keyof TaskInfo;
|
||||
emit('click', props.info[idKey]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user