liyongli 1 жил өмнө
parent
commit
8d051cd013

+ 1 - 1
src/view/finance/index.vue

@@ -223,7 +223,7 @@ watch(search, res => {
       const v = orilist.value[key];
       for (let i = 0; i < v.length; 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);