Skip to content

Commit 3ba75e2

Browse files
committed
fix: 审计风险-事件列表展示异常-删除打印 --bug=155108931
1 parent f5d4665 commit 3ba75e2

File tree

1 file changed

+0
-1
lines changed
  • src/frontend/src/components/edit-box

1 file changed

+0
-1
lines changed

src/frontend/src/components/edit-box/tag.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
if (Array.isArray(props.data)) {
110110
return props.data;
111111
}
112-
console.log('props', props);
113112
return props.data === undefined ? [] : props.data.split(',');
114113
});
115114
const renderData = computed(() => {

0 commit comments

Comments
 (0)