perf: 走查问题调整

This commit is contained in:
rd
2025-08-29 14:52:04 +08:00
parent 8b8b1ecb88
commit cbcf3f216f
5 changed files with 26 additions and 25 deletions

View File

@ -35,7 +35,6 @@ export default {
watch(
() => props.modelValue,
(newValue) => {
console.log(newValue);
localSearchValue.value = newValue || '';
},
);