This commit is contained in:
Viet An
2026-06-12 10:06:13 +07:00
parent a4f71ddb90
commit 2932730fc3
5 changed files with 15 additions and 47 deletions

View File

@@ -191,7 +191,7 @@ const pos = computed(() => {
const clearTrigger = ref(0);
if (props.vdata) {
orgdata.value = props.vdata;
orgdata.value = $copy(props.vdata);
orgdata.value.forEach((v) => (v.search = $nonAccent(v[props.field])));
}
if (props.first) {