fix: 删除冗余打印代码

This commit is contained in:
teukkk 2024-07-17 16:02:02 +08:00 committed by 刘瑞斌
parent cc1a67a47a
commit 697d0d47c6
1 changed files with 0 additions and 2 deletions

View File

@ -192,8 +192,6 @@ export default defineComponent(
return null;
})
.filter((e) => e) as SelectOptionData[];
console.log('filterOptions.value', filterOptions.value);
if (props.shouldCalculateMaxTag !== false && props.multiple) {
calculateMaxTag();
}