changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user