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