liyongli 1 년 전
부모
커밋
8d051cd013
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/finance/index.vue

+ 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);