|
@@ -223,7 +223,7 @@ watch(search, res => {
|
|
const v = orilist.value[key];
|
|
const v = orilist.value[key];
|
|
for (let i = 0; i < v.length; i++) {
|
|
for (let i = 0; i < v.length; i++) {
|
|
const vv = v[i];
|
|
const vv = v[i];
|
|
- vv.noShow = !rex.test(vv.name) || !rex.test(vv.university);
|
|
|
|
|
|
+ vv.noShow = !rex.test(vv.name) && !rex.test(vv.university);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
clearTimeout(time);
|
|
clearTimeout(time);
|