fix: 删除冗余打印代码
This commit is contained in:
parent
cc1a67a47a
commit
697d0d47c6
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue